Skip to content

Commit 88e225b

Browse files
committed
Change CLI application description. Add output of platform name.
1 parent 0999d28 commit 88e225b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/welle-gui/main.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ int main(int argc, char** argv)
6363

6464
// Create new QT application
6565
QApplication app(argc, argv);
66+
qDebug() << "main: Platform name" << app.platformName();
6667

6768
//Initialise translation
6869
QTranslator *translator = new QTranslator;
@@ -85,7 +86,7 @@ int main(int argc, char** argv)
8586

8687
// Handle the command line
8788
QCommandLineParser optionParser;
88-
optionParser.setApplicationDescription("welle.io is an open source DAB and DAB+ software defined radio (SDR) with support for rtl-sdr (RTL2832U) and airspy. It supports high DPI and touch displays and it runs even on cheap computers like Raspberry Pi 2/3 and 100€ China Windows 10 tablets.");
89+
optionParser.setApplicationDescription("welle.io is an open source DAB and DAB+ software defined radio (SDR) with support for rtl-sdr (RTL2832U), airspy and SoapySDR.");
8990
optionParser.addHelpOption();
9091
optionParser.addVersionOption();
9192

0 commit comments

Comments
 (0)