summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorJanosch Knack <j.knack@micromata.com>2016-11-20 13:39:35 +0100
committerJanosch Knack <j.knack@micromata.com>2016-11-20 13:39:35 +0100
commit3a131ab3d084167973776d33f59fe5bfa53d6231 (patch)
tree215bb23a3e6f07b42893cfce7a28a6e0d93a4ef2 /mainwindow.h
parent591fd73811056785afa71a10726fb7a085be392a (diff)
now using the new settings everywhere
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h40
1 files changed, 0 insertions, 40 deletions
diff --git a/mainwindow.h b/mainwindow.h
index d9b415e8..b8004ecf 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -91,10 +91,6 @@ public:
explicit MainWindow(QWidget *parent = 0);
~MainWindow();
- void setPassExecutable(QString);
- void setGitExecutable(QString);
- void setGpgExecutable(QString);
- QString getGpgExecutable();
bool checkConfig();
void setApp(SingleApplication *app);
void setText(QString);
@@ -158,25 +154,6 @@ private:
QScopedPointer<QItemSelectionModel> selectionModel;
QScopedPointer<QProcess> process;
QTreeView *treeView;
- bool usePass;
- Enums::clipBoardType useClipboard;
- bool useAutoclear;
- bool useAutoclearPanel;
- bool hidePassword;
- bool hideContent;
- bool addGPGId;
- int autoclearSeconds;
- int autoclearPanelSeconds;
- QString passStore;
- QString passExecutable;
- QString gitExecutable;
- QString gpgExecutable;
- QString pwgenExecutable;
- QString gpgHome;
- bool useWebDav;
- QString webDavUrl;
- QString webDavUser;
- QString webDavPassword;
QProcess fusedav;
QString clippedText;
QString autoclearPass;
@@ -189,25 +166,8 @@ private:
bool freshStart;
QDialog *keygen;
QString currentDir;
- QHash<QString, QString> profiles;
- QString profile;
bool startupPhase;
TrayIcon *tray;
- bool useTrayIcon;
- bool hideOnClose;
- bool startMinimized;
- bool useGit;
- bool usePwgen;
- bool avoidCapitals;
- bool avoidNumbers;
- bool lessRandom;
- bool useSymbols;
- bool useTemplate;
- QString passTemplate;
- bool templateAllFields;
- bool autoPull;
- bool autoPush;
- bool alwaysOnTop;
void updateText();
void executePass(QString, QString = QString());
void executeWrapper(QString, QString, QString = QString());