diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-12-23 18:39:47 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-12-24 06:36:53 -0800 |
commit | 1a5cd0e155f8ae6c9adde0555c8117ac7aa710e5 (patch) | |
tree | 5a9e7189d4a0e52e37671fc941c4b87b38f29a31 /qt-ui/preferences.h | |
parent | 1b8169036fcafc7d7d72548adebfafeb7f65e3de (diff) | |
download | subsurface-1a5cd0e155f8ae6c9adde0555c8117ac7aa710e5.tar.gz |
Connect to facebook, save the tokens for future use.
We can now correctly connect to facebook endpoint. Nothing
really fancy at the moment. =/
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/preferences.h')
-rw-r--r-- | qt-ui/preferences.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/preferences.h b/qt-ui/preferences.h index 2a909db17..d7755bad4 100644 --- a/qt-ui/preferences.h +++ b/qt-ui/preferences.h @@ -30,7 +30,7 @@ slots: void gfhighChanged(int gf); void proxyType_changed(int idx); void on_btnUseDefaultFile_toggled(bool toggle); - + void facebookLoginResponse(const QUrl& url); private: explicit PreferencesDialog(QWidget *parent = 0, Qt::WindowFlags f = 0); void setUiFromPrefs(); |