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.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/desktop-widgets/plugins/facebook/facebookconnectwidget.h b/desktop-widgets/plugins/facebook/facebookconnectwidget.h
index 70bc58e33..793cf4bee 100644
--- a/desktop-widgets/plugins/facebook/facebookconnectwidget.h
+++ b/desktop-widgets/plugins/facebook/facebookconnectwidget.h
@@ -17,6 +17,15 @@ namespace Ui {
class SocialnetworksDialog;
}
+struct FacebookInfo {
+ enum Size {SMALL, MEDIUM, BIG};
+
+ QString bodyText;
+ QString albumId;
+ Size profileSize;
+ QPixmap profileData;
+};
+
class FacebookManager : public QObject
{
Q_OBJECT
@@ -66,12 +75,11 @@ 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;
+ FacebookInfo::Size profileSize() const;
public slots:
void selectionChanged();