summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2016-12-14 22:56:38 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2016-12-14 22:56:38 +0100
commitb42bb45e6074b3213aaf752e7dc906e95e01790a (patch)
treebd694541f8a32ec6163aef278bb9b614acc0643f /src/mainwindow.h
parent816e5aac5030c3f3dd5ae8ae11eb3c97e034f68c (diff)
parentfdb5c50ee7b89d9eaf1e2bf08e802996edc58131 (diff)
Updated from master
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index ef1117ac..6d42a371 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -129,15 +129,11 @@ private:
QString currentDir;
bool startupPhase;
TrayIcon *tray;
- Pass *pass;
- RealPass rpass;
- ImitatePass ipass;
void updateText();
void enableUiElements(bool state);
void selectFirstFile();
QModelIndex firstFile(QModelIndex parentIndex);
- QString getDir(const QModelIndex &, bool);
QString getFile(const QModelIndex &, bool);
void setPassword(QString, bool, bool);
QList<UserInfo> listKeys(QString keystring = "", bool secret = false);