summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/preferences/preferences_network.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2015-10-09 18:11:18 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-10-30 10:36:51 -0700
commitc1b2907071432f6a313605950fa95c8eff000a55 (patch)
treee74340c430e59a70be3e3f3995104372bf8bed1e /desktop-widgets/preferences/preferences_network.h
parentf682a2e6ac85de3542e1904b2396ceb8f3c9d1c9 (diff)
downloadsubsurface-c1b2907071432f6a313605950fa95c8eff000a55.tar.gz
Fix warnings
Also, disable Facebook temporarely since I'm removing the preferences widget in a few commits. Facebook will have to change to use a new way of connection that I'm still creating. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/preferences/preferences_network.h')
-rw-r--r--desktop-widgets/preferences/preferences_network.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/desktop-widgets/preferences/preferences_network.h b/desktop-widgets/preferences/preferences_network.h
index 8f35adeb0..3e17d51b0 100644
--- a/desktop-widgets/preferences/preferences_network.h
+++ b/desktop-widgets/preferences/preferences_network.h
@@ -9,17 +9,19 @@ namespace Ui {
class PreferencesNetwork : public AbstractPreferencesWidget {
Q_OBJECT
+
public:
PreferencesNetwork();
virtual ~PreferencesNetwork();
virtual void refreshSettings();
virtual void syncSettings();
+public slots:
+ void proxyType_changed(int i);
+
private:
Ui::PreferencesNetwork *ui;
-
void cloudPinNeeded();
- void proxyType_changed(int i);
void passwordUpdateSuccessfull();
};