aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/src/homescreenconnect.h
diff options
context:
space:
mode:
Diffstat (limited to 'homescreen/src/homescreenconnect.h')
-rw-r--r--homescreen/src/homescreenconnect.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/homescreen/src/homescreenconnect.h b/homescreen/src/homescreenconnect.h
index badc86a..8504992 100644
--- a/homescreen/src/homescreenconnect.h
+++ b/homescreen/src/homescreenconnect.h
@@ -51,9 +51,12 @@ signals:
void statusChanged(bool status);
void showInformation(QString info);
void stopTimer(void);
+ void retryStart(void);
private slots:
void subscribe(void);
void stopGetCode(void);
+ void resendCode(void);
+ void startTimer(void);
private:
int initialize_websocket(void);
@@ -65,7 +68,10 @@ private:
std::string muri;
int mport = 2000;
std::string mtoken = "hs";
+ const char *amazonCode;
QTimer *timer;
+ QTimer *retrytimer;
+ int retrycount;
};
#endif // HOMESCREENCONNECT_H