summaryrefslogtreecommitdiff
path: root/src/sharedialog.h
diff options
context:
space:
mode:
authorMateusz Łukasik <mati75@linuxmint.pl>2015-04-26 20:41:29 +0200
committerMateusz Łukasik <mati75@linuxmint.pl>2015-04-26 20:41:29 +0200
commit6027a8ff2d6ae4eba912427c30c58208009c1ebc (patch)
tree756eddd2fc9e7a9943b43e6ff3f9e92cbd4c3352 /src/sharedialog.h
parent45ee5ac6dc2159352596ce8e8ec744e0c864d492 (diff)
Imported Upstream version 14.9.0.6887~ds0
Diffstat (limited to 'src/sharedialog.h')
-rw-r--r--src/sharedialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sharedialog.h b/src/sharedialog.h
index 652849e..6fbfca6 100644
--- a/src/sharedialog.h
+++ b/src/sharedialog.h
@@ -26,12 +26,12 @@ class ShareDialog : public QDialog, public Ui::ShareDialog
Q_OBJECT
public:
- enum Action { Donate = 1, Facebook = 2, Twitter = 4 };
-
ShareDialog( QWidget* parent = 0, Qt::WindowFlags f = 0 );
~ShareDialog();
bool isRemindChecked();
+
+ void setActions(int a) { actions_taken = a; }
int actions() { return actions_taken; }
void showRemindCheck(bool b);