summaryrefslogtreecommitdiff
path: root/daemon/watchconnector.h
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2015-04-21 14:14:17 +0200
committerAndrew Branson <andrew.branson@cern.ch>2015-04-25 11:17:57 +0200
commitcda7a6f4a7da8945538d64b3d56f0bab543d55c4 (patch)
treea5558b048004e8ec6c0a058f4e5c418f525ee64a /daemon/watchconnector.h
parent0ad6b1fc702b56bed96077d540366a9a96903da7 (diff)
Rename setIncreasedReconnectTimer
to scheduleReconnect
Diffstat (limited to 'daemon/watchconnector.h')
-rw-r--r--daemon/watchconnector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/watchconnector.h b/daemon/watchconnector.h
index c7039a4..4e6ed5d 100644
--- a/daemon/watchconnector.h
+++ b/daemon/watchconnector.h
@@ -216,7 +216,7 @@ signals:
public slots:
void deviceConnect(const QString &name, const QString &address);
- void setIncreasedReconnectTimer();
+ void scheduleReconnect();
void disconnect();
void reconnect();