From 0621e952ef2f72d817d5b39bcd748c9371793a1f Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 13 Jul 2012 16:46:10 +0000 Subject: [PATCH] Turn off Console mode. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/jtms3@2514 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- jtms3.pro | 2 +- mainwindow.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"