diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-10-27 10:46:30 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-10-27 10:46:30 +0200 |
commit | c363bf7fb006914dbcfadb0a752c05fdf8683400 (patch) | |
tree | f1bb77c9a5270b9e27b0cc2c48ecabcf5eb474f7 /client/main.cpp | |
parent | 183ed1e4c58f0c788db0b56886aad2dc258e9ddb (diff) | |
parent | 28af8ed412224bd8969db98521b67e0f4027ddf7 (diff) |
Merge branch 'devs' of https://github.com/UnavailableDev/avans-whether-station-Qt into dev-merge-temp
Diffstat (limited to 'client/main.cpp')
-rw-r--r-- | client/main.cpp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/client/main.cpp b/client/main.cpp index 0f6b816..8561786 100644 --- a/client/main.cpp +++ b/client/main.cpp @@ -9,8 +9,8 @@ #include <iostream> #include <stdio.h> -#include "chart.h" -#include "chartview.h" +//#include "chart.h" +//#include "chartview.h" #include "mainwindow.h" #include "main.h" #include "ui_mainwindow.h" @@ -25,8 +25,9 @@ int main(int argc, char *argv[]) TimeTest time; MyTcpSocket s; // s.doConnect(); - MainWindow w; - dbRef = QSqlDatabase::addDatabase("QMYSQL"); + MainWindow w; + + dbRef = QSqlDatabase::addDatabase("QMYSQL"); w.show(); return a.exec(); |