mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Disconnect from facebook manually.
Added a button to disconnect from facebook. This clears the webview cookies so it correctly disconnects us from facebook, and clears the access token. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
cc69e6ffa2
commit
a7e148c0a8
3 changed files with 43 additions and 7 deletions
|
@ -31,6 +31,8 @@ slots:
|
|||
void proxyType_changed(int idx);
|
||||
void on_btnUseDefaultFile_toggled(bool toggle);
|
||||
void facebookLoginResponse(const QUrl& url);
|
||||
void facebookDisconnect();
|
||||
|
||||
private:
|
||||
explicit PreferencesDialog(QWidget *parent = 0, Qt::WindowFlags f = 0);
|
||||
void setUiFromPrefs();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue