summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-06-11 11:17:55 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-06-11 11:17:55 +0200
commit1985ad51abc875558ec651e069adbff99661c98d (patch)
tree468cf8abbdeabba561d104b976a96541576c07b9 /mainwindow.h
parent356015f8740cf4f87cfa5ae96bfa280f68b707e9 (diff)
right click actions
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/mainwindow.h b/mainwindow.h
index e8960ef9..886a9482 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;