summaryrefslogtreecommitdiffstats
path: root/configdialog.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <annejan@noprotocol.com>2016-01-03 14:02:01 +0100
committerAnne Jan Brouwer <annejan@noprotocol.com>2016-01-03 14:02:01 +0100
commit28c5df0df7ad8520ba03a98490d80877899fb22e (patch)
tree60c81808be5fb45e738cc602ffa565460a9663f3 /configdialog.h
parentf99c321b6b2bf2166fb67f910fa8e7c8636b20ad (diff)
Always on top, fixes https://github.com/IJHack/qtpass/issues/118v1.0.6
Diffstat (limited to 'configdialog.h')
-rw-r--r--configdialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/configdialog.h b/configdialog.h
index f24b6949..72929e07 100644
--- a/configdialog.h
+++ b/configdialog.h
@@ -77,6 +77,8 @@ class ConfigDialog : public QDialog {
void autoPull(bool autoPull);
bool autoPush();
void autoPush(bool autoPush);
+ bool alwaysOnTop();
+ void alwaysOnTop(bool alwaysOnTop);
protected:
void closeEvent(QCloseEvent *event);