summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorJonathan Klimt <brouwer@annejan.com>2015-12-22 14:42:55 +0100
committerJonathan Klimt <jounathaen@mail.de>2015-12-22 14:42:55 +0100
commita364be382bac02263c91d04b90c1b935820e138e (patch)
tree05fced97d2a05d746a3456497f2ed4a4042ca6d2 /mainwindow.h
parent056cca57a485c4f1f4fc9591e3dd790fdc978415 (diff)
Added a small menu to the add Button, so you can add either a password entry or a folder
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h
index 65455924..d20443f1 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -90,6 +90,11 @@ class MainWindow : public QMainWindow {
void copyPasswordToClipboard();
private:
+
+ QMenu *addMenu;
+ QAction *actionAddPassword;
+ QAction *actionAddFolder;
+
QApplication *QtPass;
QScopedPointer<QSettings> settings;
QScopedPointer<Ui::MainWindow> ui;