diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-10-30 22:49:22 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-10-30 22:49:22 +0100 |
commit | 09c6f1847a1ba1e1a08c129b71ae50ed9910a4af (patch) | |
tree | c963725ca5de4360e18d574f09aaca58fb41dd82 /client/Client.h | |
parent | 5ebf6f8b0b77730c3f3cc0a90bd924dd9c170276 (diff) |
janky/buggy auto-refresh
Diffstat (limited to 'client/Client.h')
-rw-r--r-- | client/Client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/Client.h b/client/Client.h index cb6e6b8..59e0841 100644 --- a/client/Client.h +++ b/client/Client.h @@ -17,11 +17,11 @@ class Client : public QObject public: Client(QObject *parent = 0); virtual ~Client(); + bool refreshChart; public slots: void ClientEcho(); // function to ask data from wheather station void timeFunction(); // function to look every second what time currently is en handle if minute is passed - bool refreshChart; private: void missingRecords(); |