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>
This commit is contained in:
Tomaz Canabrava 2016-08-26 15:17:49 -03:00 committed by Dirk Hohndel
parent 5651abfd75
commit 12eccda523
3 changed files with 15 additions and 69 deletions

View file

@ -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
#endif