summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h
index 7f7db983..db4a9089 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -16,6 +16,8 @@ class MainWindow : public QMainWindow
{
Q_OBJECT
+enum actionType { GPG, GIT };
+
public:
explicit MainWindow(QWidget *parent = 0);
~MainWindow();
@@ -51,6 +53,7 @@ private:
void executeWrapper(QString, QString);
void config();
void enableUiElements(bool);
+ actionType currentAction;
};
#endif // MAINWINDOW_H