1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 14:04:46 -04:00

Remove extra open round brackets

Fixes errors found by cppcheck:
app/main.cpp:149:10: error: Unmatched '('. Configuration: ''. [syntaxError]
appsrv/main.cpp:85:10: error: Unmatched '('. Configuration: ''. [syntaxError]
appbench/main.cpp:88:10: error: Unmatched '('. Configuration: ''. [syntaxError]
This commit is contained in:
Daniele Forsi
2023-04-28 00:17:46 +02:00
parent ba74fcd30d
commit 02ecda52fb
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ static int runQtApplication(int argc, char* argv[], qtwebapp::LoggerWithFile *lo
#else
qInfo("%s %s Qt %s %db DSP Rx:%db Tx:%db PID: %lld",
qPrintable(qApp->applicationName()),
qPrintable((qApp->applicationVersion()),
qPrintable(qApp->applicationVersion()),
qPrintable(QString(QT_VERSION_STR)),
QT_POINTER_SIZE*8,
SDR_RX_SAMP_SZ,