diff options
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(); |