summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/plugins/facebook/facebookconnectwidget.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2017-10-02 14:20:37 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-10-02 08:53:59 -0700
commitdf166247af6ebdc6a77e9266bd8922bac786a2aa (patch)
tree32dd9f9c97be276f52a3dd7b7fe67eb9b3cf3ae5 /desktop-widgets/plugins/facebook/facebookconnectwidget.h
parenta2734e6aaf4c7e10624342a69f127789ea22b5ab (diff)
downloadsubsurface-df166247af6ebdc6a77e9266bd8922bac786a2aa.tar.gz
[Facebook] Signal that the album is found
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/plugins/facebook/facebookconnectwidget.h b/desktop-widgets/plugins/facebook/facebookconnectwidget.h
index adc84dda4..c5458bdd0 100644
--- a/desktop-widgets/plugins/facebook/facebookconnectwidget.h
+++ b/desktop-widgets/plugins/facebook/facebookconnectwidget.h
@@ -40,6 +40,7 @@ public:
signals:
void justLoggedIn(bool triggererd);
void justLoggedOut(bool triggered);
+ void albumIdReceived(const QString& albumId);
public slots:
void tryLogin(const QUrl& loginResponse);