aboutsummaryrefslogtreecommitdiff
path: root/Qt/mainwindow.h
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-10-05 20:45:31 +0200
committerlonkaars <loek@pipeframe.xyz>2022-10-05 20:45:31 +0200
commit9c7f4e157f10aa58e4b78636a2f8556be4637a07 (patch)
treed3881d0c1a55a7735e8e1cc8f58f6660368b684a /Qt/mainwindow.h
parenta1ca8f1f4764b279456018690decd93135d4c699 (diff)
parent0dbec6286807961bb13aef08183c822094cf5978 (diff)
Merge branch 'dev' of https://github.com/UnavailableDev/avans-whether-station-Qt into qt-dev
Diffstat (limited to 'Qt/mainwindow.h')
-rw-r--r--Qt/mainwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Qt/mainwindow.h b/Qt/mainwindow.h
index b7374a1..49b548c 100644
--- a/Qt/mainwindow.h
+++ b/Qt/mainwindow.h
@@ -2,7 +2,7 @@
#include <QMainWindow>
-#include "database.h"
+//#include "database.h"
#include "dbconnector.h"
#include <QMessageBox>
@@ -38,5 +38,5 @@ private:
// QSqlQueryModel *pQueryModel;
- Database database;
+// Database database;
};