aboutsummaryrefslogtreecommitdiff
path: root/client/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/mainwindow.h')
-rw-r--r--client/mainwindow.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/client/mainwindow.h b/client/mainwindow.h
index 78f2ce6..cf3c6e4 100644
--- a/client/mainwindow.h
+++ b/client/mainwindow.h
@@ -34,14 +34,15 @@ private slots:
void on_actionConnection_triggered();
+ void on_actionRefresh_triggered();
+
private:
Ui::MainWindow *ui;
dbConnector *_dbConenctor;
-// QSqlDatabase db;
- QLineSeries *series;
- QChartView *chartView;
+ QChart *_pChart;
+// QLineSeries *_pSeries;
+ QChartView *_pChartView;
-// Database database;
};