summaryrefslogtreecommitdiff
path: root/src/reconnecttimer.h
diff options
context:
space:
mode:
authorJavier S. Pedro <dev.git@javispedro.com>2014-09-06 03:25:38 +0200
committerJavier S. Pedro <dev.git@javispedro.com>2014-09-06 03:25:38 +0200
commited40a7f1cbc1da5ae21c58882df241fc0071c2f7 (patch)
treea3e34febb658c4cc5b631577d685361ab489678a /src/reconnecttimer.h
parent643db0927177037646b61cc4af21b9af1428b0e4 (diff)
downloadsalmeta-ed40a7f1cbc1da5ae21c58882df241fc0071c2f7.tar.gz
salmeta-ed40a7f1cbc1da5ae21c58882df241fc0071c2f7.zip
adding initial UI to select device
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();