mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Finish the first facebook integration plugin
Now the plugin is usable, one can use it to send stuff to facebook. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a1ff14a48f
commit
8abf64d8c0
4 changed files with 54 additions and 391 deletions
|
@ -5,6 +5,7 @@
|
|||
class QWebView;
|
||||
namespace Ui {
|
||||
class FacebookConnectWidget;
|
||||
class SocialnetworksDialog;
|
||||
}
|
||||
|
||||
class FacebookManager : public QObject
|
||||
|
@ -47,15 +48,14 @@ private:
|
|||
class SocialNetworkDialog : public QDialog {
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit SocialNetworkDialog(QWidget* parent = 0, Qt::WindowFlags f = 0);
|
||||
QString album() const;
|
||||
QString name() const;
|
||||
SocialNetworkDialog(QWidget *parent = 0);
|
||||
QString text() const;
|
||||
|
||||
QString album() const;
|
||||
public slots:
|
||||
void selectionChanged();
|
||||
void albumChanged();
|
||||
private:
|
||||
QString _album;
|
||||
QString _name;
|
||||
QString _text;
|
||||
Ui::SocialnetworksDialog *ui;
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue