summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <ajbrouwer@totalactivemedia.nl>2014-08-17 03:32:04 +0200
committerAnne Jan Brouwer <ajbrouwer@totalactivemedia.nl>2014-08-17 03:32:04 +0200
commite385f8d266dbf8cd4d2c5c7c752a17f0b0d4c14a (patch)
treede897374beea408de8b85f3841abce0f62e335da /mainwindow.h
parent44c32981ac266e962bb33ab3bb7f76ec5b668a37 (diff)
privacy guard and info in mainscreen
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/mainwindow.h b/mainwindow.h
index 33c17eef..33725c3c 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -31,7 +31,7 @@ private slots:
void on_updateButton_clicked();
void on_treeView_clicked(const QModelIndex &index);
void on_configButton_clicked();
- void readyRead();
+ void readyRead(bool finished);
void processFinished(int, QProcess::ExitStatus);
void processError(QProcess::ProcessError);
void clearClipboard();
@@ -50,6 +50,8 @@ private:
bool usePass;
bool useClipboard;
bool useAutoclear;
+ bool hidePassword;
+ bool hideContent;
int autoclearSeconds;
QString passStore;
QString passExecutable;