aboutsummaryrefslogtreecommitdiffstats
path: root/desktop-widgets/plugins/facebook/facebookconnectwidget.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2017-10-02 15:25:44 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-10-02 08:54:03 -0700
commit527078e277a2752273a7f299499d730a9705d801 (patch)
treeb95f7f6146157a6d4617ef13179b617d87f87a82 /desktop-widgets/plugins/facebook/facebookconnectwidget.h
parent3e2a86cf80fec49b67f42ddf0c7a8ad4e9a6488a (diff)
downloadsubsurface-527078e277a2752273a7f299499d730a9705d801.tar.gz
[Facebook] Use statusbar instead of popup messages
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> 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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop-widgets/plugins/facebook/facebookconnectwidget.h b/desktop-widgets/plugins/facebook/facebookconnectwidget.h
index 1c9e56f76..3a442d4c9 100644
--- a/desktop-widgets/plugins/facebook/facebookconnectwidget.h
+++ b/desktop-widgets/plugins/facebook/facebookconnectwidget.h
@@ -38,11 +38,13 @@ public:
QUrl albumListUrl();
bool loggedIn();
QPixmap grabProfilePixmap();
+
signals:
void justLoggedIn(bool triggererd);
void justLoggedOut(bool triggered);
void albumIdReceived(const QString& albumId);
void sendDiveFinished();
+ void sendMessage(const QString& message);
public slots:
void tryLogin(const QUrl& loginResponse);