mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
[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:
parent
9b1a949a39
commit
f159802053
3 changed files with 58 additions and 14 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue