mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
Style
This commit is contained in:
committed by
Mat Sutcliffe
parent
e53e37f770
commit
6e0d855bf7
@@ -789,8 +789,8 @@ namespace BlackCore
|
||||
{
|
||||
Q_UNUSED(livery);
|
||||
Q_ASSERT_X(sApp && sApp->hasWebDataServices(), Q_FUNC_INFO, "Missing web data services");
|
||||
if (m_modelSet.isEmpty()) { return; } // ignore empty sets to not create silly stats
|
||||
if (sessionId.isEmpty()) { return; }
|
||||
if (m_modelSet.isEmpty()) { return; } // ignore empty sets to not create silly stats
|
||||
if (sessionId.isEmpty()) { return; }
|
||||
if (aircraftIcao.isEmpty()) { return; }
|
||||
|
||||
QString description;
|
||||
|
||||
@@ -32,6 +32,7 @@ namespace BlackGui
|
||||
{
|
||||
/**
|
||||
* Dialog for CAircraftModelValidationComponent
|
||||
* \remark aircraft model view has a simplified version BlackGui::Views::CAircraftModelValidationDialog
|
||||
*/
|
||||
class BLACKGUI_EXPORT CAircraftModelSetValidationDialog : public QDialog
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user