]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - apps/thermostat-demo.git/blobdiff - settingscreen.h
Revert "settingscreen: Added a button to the bottom of the network tab to invoke...
[apps/thermostat-demo.git] / settingscreen.h
index 02e635cac4b3fc9eae5f2748058e9d64189ba036..4edf175725dc9258a933a3d6982d7dc62a16d811 100644 (file)
@@ -28,9 +28,6 @@ public slots:
     void commitChanges();
     void fillSettingValues();
 
-    void launchWifiConfigure();
-    void wifiConfigureFinished(int, QProcess::ExitStatus);
-
 protected:
     void showEvent(QShowEvent *);
 
@@ -44,8 +41,6 @@ private:
     QPushButton *Button12h;
     QPushButton *Button24h;
 
-    QPushButton *configureWifiButton;
-
     QKeyboardLineEdit* m_proxyHostLineEdit;
     QKeyboardLineEdit* m_proxyPortLineEdit;
     QKeyboardLineEdit* m_remoteListenPortLineEdit;
@@ -55,8 +50,6 @@ private:
     QWidget* buildNetworkSettingsWidget();
     QWidget* buildGeneralSettingsWidget();
     QWidget* buildFormatSettingsWidget();
-
-    QProcess m_wifiConfigureProcess;
     
 };