mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
Minor fixes in cmake and source files
This commit is contained in:
@@ -30,6 +30,9 @@ void CQtDisplayer::setParam (QPlainTextEdit *debugWindow)
|
||||
|
||||
void CQtDisplayer::doPrint ( const BlackMisc::CLog::SLogInformation &logInformation, const QString &message)
|
||||
{
|
||||
if (!m_DebugWindow)
|
||||
return;
|
||||
|
||||
bool needSpace = false;
|
||||
QString line;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user