summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
diff options
context:
space:
mode:
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);