aboutsummaryrefslogtreecommitdiff
path: root/client/mainwindow.h
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-10-30 22:49:22 +0100
committerlonkaars <loek@pipeframe.xyz>2022-10-30 22:49:22 +0100
commit09c6f1847a1ba1e1a08c129b71ae50ed9910a4af (patch)
treec963725ca5de4360e18d574f09aaca58fb41dd82 /client/mainwindow.h
parent5ebf6f8b0b77730c3f3cc0a90bd924dd9c170276 (diff)
janky/buggy auto-refresh
Diffstat (limited to 'client/mainwindow.h')
-rw-r--r--client/mainwindow.h1
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;