diff options
Diffstat (limited to 'client/mainwindow.h')
-rw-r--r-- | client/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/mainwindow.h b/client/mainwindow.h index 6bcc329..8b5395b 100644 --- a/client/mainwindow.h +++ b/client/mainwindow.h @@ -45,6 +45,7 @@ private: Ui::MainWindow *ui; Client client; dbConnector *_dbConenctor; + QTimer *timer; // timer to read every second what time it curruntly is. QChart *_pChart; // QLineSeries *_pSeries; |