mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +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_UNUSED(livery);
|
||||||
Q_ASSERT_X(sApp && sApp->hasWebDataServices(), Q_FUNC_INFO, "Missing web data services");
|
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 (m_modelSet.isEmpty()) { return; } // ignore empty sets to not create silly stats
|
||||||
if (sessionId.isEmpty()) { return; }
|
if (sessionId.isEmpty()) { return; }
|
||||||
if (aircraftIcao.isEmpty()) { return; }
|
if (aircraftIcao.isEmpty()) { return; }
|
||||||
|
|
||||||
QString description;
|
QString description;
|
||||||
|
|||||||
@@ -32,6 +32,7 @@ namespace BlackGui
|
|||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Dialog for CAircraftModelValidationComponent
|
* Dialog for CAircraftModelValidationComponent
|
||||||
|
* \remark aircraft model view has a simplified version BlackGui::Views::CAircraftModelValidationDialog
|
||||||
*/
|
*/
|
||||||
class BLACKGUI_EXPORT CAircraftModelSetValidationDialog : public QDialog
|
class BLACKGUI_EXPORT CAircraftModelSetValidationDialog : public QDialog
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user