mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Get and save the UserID for use with Facebook.
Next: Publish something with the Graph API. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9a2f836b1a
commit
5aa9fc6fe7
2 changed files with 21 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ slots:
|
|||
void on_btnUseDefaultFile_toggled(bool toggle);
|
||||
void facebookLoginResponse(const QUrl& url);
|
||||
void facebookDisconnect();
|
||||
|
||||
void facebookGetUserId(QNetworkReply *reply);
|
||||
private:
|
||||
explicit PreferencesDialog(QWidget *parent = 0, Qt::WindowFlags f = 0);
|
||||
void setUiFromPrefs();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue