mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 08:04:49 -05:00
Merge pull request #1678 from dforsi/master
Remove extra open round brackets
This commit is contained in:
commit
1989b1ac17
@ -148,7 +148,7 @@ static int runQtApplication(int argc, char* argv[], qtwebapp::LoggerWithFile *lo
|
|||||||
#else
|
#else
|
||||||
qInfo("%s %s Qt %s %db DSP Rx:%db Tx:%db PID: %lld",
|
qInfo("%s %s Qt %s %db DSP Rx:%db Tx:%db PID: %lld",
|
||||||
qPrintable(qApp->applicationName()),
|
qPrintable(qApp->applicationName()),
|
||||||
qPrintable((qApp->applicationVersion()),
|
qPrintable(qApp->applicationVersion()),
|
||||||
qPrintable(QString(QT_VERSION_STR)),
|
qPrintable(QString(QT_VERSION_STR)),
|
||||||
QT_POINTER_SIZE*8,
|
QT_POINTER_SIZE*8,
|
||||||
SDR_RX_SAMP_SZ,
|
SDR_RX_SAMP_SZ,
|
||||||
|
@ -87,7 +87,7 @@ static int runQtApplication(int argc, char* argv[], qtwebapp::LoggerWithFile *lo
|
|||||||
#else
|
#else
|
||||||
qInfo("%s %s Qt %s %db DSP Rx:%db Tx:%db PID %lld",
|
qInfo("%s %s Qt %s %db DSP Rx:%db Tx:%db PID %lld",
|
||||||
qPrintable(QCoreApplication::applicationName()),
|
qPrintable(QCoreApplication::applicationName()),
|
||||||
qPrintable((QCoreApplication::>applicationVersion()),
|
qPrintable(QCoreApplication::>applicationVersion()),
|
||||||
qPrintable(QString(QT_VERSION_STR)),
|
qPrintable(QString(QT_VERSION_STR)),
|
||||||
QT_POINTER_SIZE*8,
|
QT_POINTER_SIZE*8,
|
||||||
SDR_RX_SAMP_SZ,
|
SDR_RX_SAMP_SZ,
|
||||||
|
@ -84,7 +84,7 @@ static int runQtApplication(int argc, char* argv[], qtwebapp::LoggerWithFile *lo
|
|||||||
#else
|
#else
|
||||||
qInfo("%s %s Qt %s %db DSP Rx:%db Tx:%db PID %lld",
|
qInfo("%s %s Qt %s %db DSP Rx:%db Tx:%db PID %lld",
|
||||||
qPrintable(QCoreApplication::applicationName()),
|
qPrintable(QCoreApplication::applicationName()),
|
||||||
qPrintable((QCoreApplication::>applicationVersion()),
|
qPrintable(QCoreApplication::>applicationVersion()),
|
||||||
qPrintable(QString(QT_VERSION_STR)),
|
qPrintable(QString(QT_VERSION_STR)),
|
||||||
QT_POINTER_SIZE*8,
|
QT_POINTER_SIZE*8,
|
||||||
SDR_RX_SAMP_SZ,
|
SDR_RX_SAMP_SZ,
|
||||||
|
Loading…
Reference in New Issue
Block a user