diff options
author | NielsCoding <n.stunnebrink@student.avans.nl> | 2022-10-29 21:38:47 +0200 |
---|---|---|
committer | NielsCoding <n.stunnebrink@student.avans.nl> | 2022-10-29 21:38:47 +0200 |
commit | b5322d74d1839c4af490f5c7297e439a8433ba9b (patch) | |
tree | 4b7431f7daa0db37ee797d7312dc041700c39f0e /client/main.cpp | |
parent | 06376c3cfefdb01f8f4884c1b853edc16c89d1c8 (diff) |
merging TCPcode with main QT code
Diffstat (limited to 'client/main.cpp')
-rw-r--r-- | client/main.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/client/main.cpp b/client/main.cpp index 8561786..157abe6 100644 --- a/client/main.cpp +++ b/client/main.cpp @@ -14,17 +14,12 @@ #include "mainwindow.h" #include "main.h" #include "ui_mainwindow.h" -#include "mytcpsocket.h" -#include "timetest.h" QSqlDatabase dbRef = QSqlDatabase(); int main(int argc, char *argv[]) { QApplication a(argc, argv); - TimeTest time; - MyTcpSocket s; - // s.doConnect(); MainWindow w; dbRef = QSqlDatabase::addDatabase("QMYSQL"); |