mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Ref T118, formatting
This commit is contained in:
@@ -38,7 +38,6 @@ namespace BlackGui
|
||||
namespace Menus { class CMenuActions; }
|
||||
namespace Models { class CAircraftModelListModel; }
|
||||
namespace Views { class CAircraftModelView; }
|
||||
|
||||
namespace Components
|
||||
{
|
||||
/*!
|
||||
|
||||
@@ -353,7 +353,7 @@ namespace BlackGui
|
||||
if (displayInfo)
|
||||
{
|
||||
const QString no = QString::number(this->getStashedModelsCount());
|
||||
CStatusMessage msg(validationCategories(), CStatusMessage::SeverityInfo, "Validation passed for " + no + " models");
|
||||
const CStatusMessage msg(validationCategories(), CStatusMessage::SeverityInfo, "Validation passed for " + no + " models");
|
||||
this->showOverlayMessage(msg);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user