/[svn]/qsampler/trunk/src/qsamplerMainForm.h
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerMainForm.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3667 by capela, Tue Aug 13 10:19:32 2019 UTC revision 3668 by schoenebeck, Sun Dec 22 13:47:40 2019 UTC
# Line 123  protected slots: Line 123  protected slots:
123          void timerSlot();          void timerSlot();
124          void readServerStdout();          void readServerStdout();
125          void processServerExit();          void processServerExit();
126            void doAutoReconnectClient();
127    
128          void handle_sigusr1();          void handle_sigusr1();
129          void handle_sigterm();          void handle_sigterm();
# Line 165  protected: Line 166  protected:
166          void stopSchedule();          void stopSchedule();
167          void startServer();          void startServer();
168          void stopServer(bool bInteractive = false);          void stopServer(bool bInteractive = false);
169          bool startClient();          bool startClient(bool bReconnectOnly = false);
170          void stopClient();          void stopClient();
171            void startAutoReconnectClient();
172    
173  private:  private:
174    

Legend:
Removed from v.3667  
changed lines
  Added in v.3668

  ViewVC Help
Powered by ViewVC