diff --git a/jtms3.pro b/jtms3.pro index 93c322e60..e5712718e 100644 --- a/jtms3.pro +++ b/jtms3.pro @@ -6,7 +6,7 @@ QT += core gui network CONFIG += qwt thread -CONFIG += console +#CONFIG += console TARGET = jtms3 VERSION = 0.1 diff --git a/mainwindow.cpp b/mainwindow.cpp index fdb6acede..cdaf00d10 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1,4 +1,4 @@ -//---------------------------------------------------------------- MainWindow +//--------------------------------------------------------------- MainWindow #include "mainwindow.h" #include "ui_mainwindow.h" #include "devsetup.h"