summaryrefslogtreecommitdiffstats
path: root/dialog.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-08-06 11:37:26 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-08-06 11:37:26 +0200
commitcc11c6c97f130aa645b7e83d5a8ca2691224b670 (patch)
treed947db200d2d111365339e53595a0392eacc558c /dialog.h
parent957bdffd0c7ae40f10bb1578a78089dc08d38229 (diff)
translation updates, plumbing for autoPush / autoPull
Diffstat (limited to 'dialog.h')
-rw-r--r--dialog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/dialog.h b/dialog.h
index b01dd443..6e5ddccb 100644
--- a/dialog.h
+++ b/dialog.h
@@ -69,6 +69,10 @@ public:
bool useSymbols();
int getPasswordLength();
QString getPasswordChars();
+ bool autoPull();
+ void autoPull(bool);
+ bool autoPush();
+ void autoPush(bool);
protected:
void closeEvent(QCloseEvent *event);