Skip to content

Commit

Permalink
issue deskflow#65 - Auto config feature using Zeroconf/Bonjour
Browse files Browse the repository at this point in the history
fixed start button was broken
  • Loading branch information
jerry committed Aug 26, 2014
1 parent deb45ad commit eb99e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/src/MainWindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ class MainWindow : public QMainWindow, public Ui::MainWindowBase
void clearLog();
VersionChecker& versionChecker() { return m_VersionChecker; }
QString getScreenName();
void startSynergy();
ServerConfig& serverConfig() { return m_ServerConfig; }
void showConfigureServer(const QString& message);
void showConfigureServer() { showConfigureServer(""); }
Expand All @@ -104,6 +103,7 @@ class MainWindow : public QMainWindow, public Ui::MainWindowBase
void appendLogRaw(const QString& text);
void appendLogNote(const QString& text);
void appendLogError(const QString& text);
void startSynergy();

protected slots:
void on_m_pGroupClient_toggled(bool on);
Expand Down

0 comments on commit eb99e84

Please sign in to comment.