[Facebook] Add hability to choose size of profile

Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2017-09-29 14:33:20 +02:00 committed by Dirk Hohndel
parent 9b1a949a39
commit f159802053
3 changed files with 58 additions and 14 deletions

View file

@ -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();