mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-11-03 21:20:31 -05: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:
		
							parent
							
								
									ba74fcd30d
								
							
						
					
					
						commit
						02ecda52fb
					
				@ -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,
 | 
			
		||||
 | 
			
		||||
@ -87,7 +87,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(QCoreApplication::applicationName()),
 | 
			
		||||
          qPrintable((QCoreApplication::>applicationVersion()),
 | 
			
		||||
          qPrintable(QCoreApplication::>applicationVersion()),
 | 
			
		||||
                     qPrintable(QString(QT_VERSION_STR)),
 | 
			
		||||
                     QT_POINTER_SIZE*8,
 | 
			
		||||
                     SDR_RX_SAMP_SZ,
 | 
			
		||||
 | 
			
		||||
@ -84,7 +84,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(QCoreApplication::applicationName()),
 | 
			
		||||
          qPrintable((QCoreApplication::>applicationVersion()),
 | 
			
		||||
          qPrintable(QCoreApplication::>applicationVersion()),
 | 
			
		||||
                     qPrintable(QString(QT_VERSION_STR)),
 | 
			
		||||
                     QT_POINTER_SIZE*8,
 | 
			
		||||
                     SDR_RX_SAMP_SZ,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user