From e3b980ad85b8bfa93357cc2ef86bd1aa9cb08265 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 4 Jul 2012 17:49:53 +0000 Subject: [PATCH] Remove console mode. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/jtms3@2485 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 f5ae27935..e65b0e4fd 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1,4 +1,4 @@ -//------------------------------------------------------------- MainWindow +//-------------------------------------------------------------- MainWindow #include "mainwindow.h" #include "ui_mainwindow.h" #include "devsetup.h"