diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-10-11 19:21:52 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-10-11 19:21:52 +0200 |
commit | fbb6a5a1570666ad283afac6e545c578e65475b8 (patch) | |
tree | 5efe464ac2c41ae9c932043451606bf2b3036db7 /client/esp/main.cpp | |
parent | b455848ee62b06ba73801cff477c6ff214c4053e (diff) |
client merge done
Diffstat (limited to 'client/esp/main.cpp')
-rw-r--r-- | client/esp/main.cpp | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/client/esp/main.cpp b/client/esp/main.cpp deleted file mode 100644 index 753b946..0000000 --- a/client/esp/main.cpp +++ /dev/null @@ -1,29 +0,0 @@ -#include <QCoreApplication> -#include "mytcpsocket.h" -#include "timetest.h" - -int main(int argc, char *argv[]) -{ - QCoreApplication a(argc, argv); -// qint16 startTime= 46; -TimeTest time; - - -//while(1){ - -// -// qint16 minuut = time.myfunction(); - -// if(minuut == startTime) -// { -// qDebug() << "Tijd: " << minuut; -// startTime+=1; - -// } -//} -MyTcpSocket s; -s.doConnect(); - - - return a.exec(); -} |