summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2016-01-03 14:02:01 +0100
committerAnne Jan Brouwer <annejan@noprotocol.com>2016-01-03 14:02:01 +0100
commitcd9846f28544c24749254fd78b860f116bd70711 (patch)
tree60c81808be5fb45e738cc602ffa565460a9663f3 /mainwindow.h
parent16d2b1e265728ef9923dc73ed7ae947e2c03d93a (diff)
Always on top, fixes https://github.com/IJHack/qtpass/issues/118
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h
index 8afb9ff9..56acd4bc 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -142,6 +142,7 @@ class MainWindow : public QMainWindow {
bool templateAllFields;
bool autoPull;
bool autoPush;
+ bool alwaysOnTop;
void updateText();
void executePass(QString, QString = QString());
void executeWrapper(QString, QString, QString = QString());