summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/plugins/facebook/facebookconnectwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-widgets/plugins/facebook/facebookconnectwidget.h')
-rw-r--r--desktop-widgets/plugins/facebook/facebookconnectwidget.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop-widgets/plugins/facebook/facebookconnectwidget.h b/desktop-widgets/plugins/facebook/facebookconnectwidget.h
index da87c0ecf..70bc58e33 100644
--- a/desktop-widgets/plugins/facebook/facebookconnectwidget.h
+++ b/desktop-widgets/plugins/facebook/facebookconnectwidget.h
@@ -66,9 +66,13 @@ private:
class SocialNetworkDialog : public QDialog {
Q_OBJECT
public:
+ enum Size {SMALL, MEDIUM, BIG};
+
SocialNetworkDialog(QWidget *parent = 0);
QString text() const;
QString album() const;
+ Size profileSize() const;
+
public slots:
void selectionChanged();
void albumChanged();