diff options
author | Tomaz Canabrava <tomaz.canabrava@gmail.com> | 2016-08-26 15:17:49 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-08-27 11:40:45 -0700 |
commit | 12eccda523da4e25a29aaaae441acfc5ad7825d1 (patch) | |
tree | 327a0abdedff513d483b9ceceaa707aad4767631 /desktop-widgets/plugins/facebook/facebookconnectwidget.h | |
parent | 5651abfd75f3b3bde45841a8ce4650ae64d9390a (diff) | |
download | subsurface-12eccda523da4e25a29aaaae441acfc5ad7825d1.tar.gz |
Settings update: Fix Facebook Widget to use the SettingsObjectWrapper
Fix facebook widget to use the SettingsObjectWrapper instead
of figthing our complementary Settings each call.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/plugins/facebook/facebookconnectwidget.h')
-rw-r--r-- | desktop-widgets/plugins/facebook/facebookconnectwidget.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/desktop-widgets/plugins/facebook/facebookconnectwidget.h b/desktop-widgets/plugins/facebook/facebookconnectwidget.h index 61966f566..e97097806 100644 --- a/desktop-widgets/plugins/facebook/facebookconnectwidget.h +++ b/desktop-widgets/plugins/facebook/facebookconnectwidget.h @@ -15,7 +15,6 @@ public: static FacebookManager *instance(); void requestAlbumId(); void requestUserId(); - void sync(); QUrl connectUrl(); bool loggedIn(); signals: @@ -58,4 +57,4 @@ private: Ui::SocialnetworksDialog *ui; }; -#endif
\ No newline at end of file +#endif |