issue #65 - Auto config feature using Zeroconf/Bonjour

fixed start button was broken
This commit is contained in:
jerry 2014-08-26 10:09:23 +00:00
parent deb45ad393
commit eb99e843c2
1 changed files with 1 additions and 1 deletions

View File

@ -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(""); }
@ -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);