summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2016-01-19 17:44:49 +0100
committerAnne Jan Brouwer <annejan@noprotocol.com>2016-01-19 17:44:49 +0100
commitb5c801740c1187e1d7e202da61f5b1ef20a709eb (patch)
tree5263cbe86b1fd134d329e48ed54a21ba6230ef1e /mainwindow.h
parente4c0d315f4a627e10716b264468e5343f576a3a8 (diff)
parent0394c4d372277e7a95c1eb68c911a09f6a57a9e8 (diff)
Manual merge of config and de/se translations
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h
index 56acd4bc..9f32e4ba 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -58,11 +58,14 @@ class MainWindow : public QMainWindow {
protected:
void closeEvent(QCloseEvent *event);
+ void keyPressEvent(QKeyEvent * event);
+
private slots:
void on_updateButton_clicked();
void on_pushButton_clicked();
void on_treeView_clicked(const QModelIndex &index);
+ void on_treeView_doubleClicked(const QModelIndex &index);
void on_configButton_clicked();
void readyRead(bool finished);
void processFinished(int, QProcess::ExitStatus);
@@ -87,6 +90,9 @@ class MainWindow : public QMainWindow {
void copyPasswordToClipboard();
private:
+ QAction *actionAddPassword;
+ QAction *actionAddFolder;
+
QApplication *QtPass;
QScopedPointer<QSettings> settings;
QScopedPointer<Ui::MainWindow> ui;