Suppressed empty server warning on startup #4240

This commit is contained in:
Xinyu Hou
2014-12-02 15:03:19 +00:00
parent 12ae0da55f
commit ebba77fd33
2 changed files with 8 additions and 2 deletions

View File

@@ -191,6 +191,7 @@ class MainWindow : public QMainWindow, public Ui::MainWindowBase
QMutex m_Mutex;
bool m_SuppressAutoConfigWarning;
CommandProcess* m_BonjourInstall;
bool m_SuppressEmptyServerWarning;
private slots:
void on_m_pCheckBoxAutoConfig_toggled(bool checked);