summaryrefslogtreecommitdiff
path: root/src/reconnecttimer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reconnecttimer.h')
-rw-r--r--src/reconnecttimer.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/reconnecttimer.h b/src/reconnecttimer.h
index c8d901f..af4ae98 100644
--- a/src/reconnecttimer.h
+++ b/src/reconnecttimer.h
@@ -13,14 +13,11 @@ public:
~ReconnectTimer();
public slots:
- void start();
+ void scheduleNextAttempt();
void stop();
signals:
- void tick();
-
-private:
- void setupWait();
+ void tryReconnect();
private slots:
void handleIphbActivity();