diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-01-01 22:23:39 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-01-01 22:24:48 -0800 |
commit | b2cc840ebf9f670cf06b281805f98cf1dfb20cb2 (patch) | |
tree | 38f907c4578ebabf62717a42ff2756de02f7100c /desktop-widgets/mainwindow.h | |
parent | a63505dde9be923dcbb208044e516733bed33125 (diff) | |
download | subsurface-b2cc840ebf9f670cf06b281805f98cf1dfb20cb2.tar.gz |
Facebook integration: change the menu entry to disconnect
This way the menu entry becomes the togglee it appears it was designed to be in
the first place.
This closes #129
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/mainwindow.h')
-rw-r--r-- | desktop-widgets/mainwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop-widgets/mainwindow.h b/desktop-widgets/mainwindow.h index 8e9358a4c..ee93c3b1e 100644 --- a/desktop-widgets/mainwindow.h +++ b/desktop-widgets/mainwindow.h @@ -183,6 +183,9 @@ slots: void socialNetworkRequestConnect(); void socialNetworkRequestUpload(); + void facebookLoggedIn(); + void facebookLoggedOut(); + private: Ui::MainWindow ui; QAction *actionNextDive; |