Skip to content

Commit 733a687

Browse files
committed
minor edits
1 parent 28efc12 commit 733a687

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,13 @@ of the software, as shown in the picture below
107107

108108

109109
------------------------------------------------------------------------
110-
Creating an executable
110+
Installers and an executable
111111
-------------------------------------------------------------------------
112112

113-
While not yet precompiled executables are available, it is not
114-
too difficult to create an executable.
113+
The repository contains both an A[[Image and a Windows installer
114+
Of course it is possible to create an executable,
115115
A qt-wspr.pro file is available for use with qmake and make
116+
There is NO CMakeLists.txt file
116117

117118
-------------------------------------------------------------------------
118119
Copyrights

qt-wspr.pro

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
######################################################################
44
TEMPLATE = app
55
QT += widgets
6-
CONFIG += console
7-
#CONFIG -= console
6+
#CONFIG += console
7+
CONFIG -= console
88
TARGET = qt-wspr
99
QMAKE_CXXFLAGS += -std=c++14
1010
QMAKE_CFLAGS += -flto -ffast-math

sources/radio.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ void RadioInterface::handle_report_Button () {
397397
report_display -> setText ("report on");
398398
} catch (...) {
399399
printLock. unlock ();
400-
fprintf (stderr, "there was an exception");
400+
report_display -> setText ("connection failed");
401401
report_display -> setText ("report off");
402402
}
403403
}

0 commit comments

Comments
 (0)