From ed40a7f1cbc1da5ae21c58882df241fc0071c2f7 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sat, 6 Sep 2014 03:25:38 +0200 Subject: adding initial UI to select device --- src/reconnecttimer.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/reconnecttimer.h') 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(); -- cgit v1.2.3