summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-06-11 17:32:38 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2015-06-11 17:32:38 +0200
commitcecb35dffd88c566e2b90609ce1fe81d28f67a6c (patch)
tree03d61f0a538e33e59a340c84588514038f9f1777 /mainwindow.h
parenta3167fa986a4b733118853b984497e5a76161bda (diff)
parentb36b79153b73606261018bfbe1b7395c2ecf54fb (diff)
Merge pull request #52 from IJHack/develop
Right click actions and many many small fixes.
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/mainwindow.h b/mainwindow.h
index e8960ef9..163e626e 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -68,6 +68,9 @@ private slots:
void on_usersButton_clicked();
void messageAvailable(QString message);
void on_profileBox_currentIndexChanged(QString);
+ void showContextMenu(const QPoint& pos);
+ void addFolder();
+ void editPassword();
private:
QApplication *QtPass;
@@ -101,7 +104,7 @@ private:
QStringList env;
QQueue<execQueueItem> *execQueue;
bool firstRun;
- QDialog *keygen = 0;
+ QDialog *keygen = NULL;
QString currentDir;
QHash<QString, QString> profiles;
QString profile;
@@ -128,6 +131,7 @@ private:
void updateProfileBox();
void initTrayIcon();
void destroyTrayIcon();
+ bool removeDir(const QString & dirName);
};
#endif // MAINWINDOW_H