mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 11:45:40 +08:00
Issue #15 [GUI] Avoid using CLogComponent to display non-log messages
This commit is contained in:
@@ -121,7 +121,9 @@ namespace BlackGui
|
||||
void CSetupLoadingDialog::displayGlobalSetup()
|
||||
{
|
||||
const QString gs = sApp->getGlobalSetup().convertToQString("\n", true);
|
||||
ui->comp_Messages->appendPlainTextToConsole(gs);
|
||||
Q_UNUSED(gs)
|
||||
//ui->comp_Messages->appendPlainTextToConsole(gs);
|
||||
//! \fixme create plain text console for this (used to be part of the log component, changed by issue T36)
|
||||
}
|
||||
|
||||
void CSetupLoadingDialog::openHelpPage()
|
||||
|
||||
Reference in New Issue
Block a user