mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
Style
This commit is contained in:
@@ -55,7 +55,7 @@ namespace BlackGui
|
||||
private:
|
||||
QScopedPointer<Ui::CAircraftModelSetValidationDialog> ui;
|
||||
};
|
||||
} // ms
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
#endif // guard
|
||||
|
||||
@@ -8,11 +8,11 @@
|
||||
|
||||
#include "blackgui/components/dbownmodelscomponent.h"
|
||||
#include "blackgui/components/simulatorselector.h"
|
||||
#include "blackgui/guiapplication.h"
|
||||
#include "blackgui/menus/aircraftmodelmenus.h"
|
||||
#include "blackgui/menus/menuaction.h"
|
||||
#include "blackgui/models/aircraftmodellistmodel.h"
|
||||
#include "blackgui/views/aircraftmodelview.h"
|
||||
#include "blackgui/models/aircraftmodellistmodel.h"
|
||||
#include "blackgui/guiapplication.h"
|
||||
#include "blackcore/webdataservices.h"
|
||||
#include "blackcore/db/databaseutils.h"
|
||||
#include "blackmisc/icons.h"
|
||||
|
||||
@@ -38,8 +38,8 @@ namespace BlackGui
|
||||
}
|
||||
}
|
||||
|
||||
const QMessageBox::StandardButton reply =
|
||||
QMessageBox::question(parent, "Copy XSwiftBus",
|
||||
const QMessageBox::StandardButton reply = QMessageBox::question(parent,
|
||||
"Copy XSwiftBus",
|
||||
QStringLiteral("Copy XSwiftBus from build directory '%1' to plugin directory '%2'?").arg(CDirectoryUtils::getXSwiftBusBuildDirectory(), CXPlaneUtil::xswiftbusPluginDir(xplaneRootDir)),
|
||||
QMessageBox::Yes | QMessageBox::No);
|
||||
if (reply != QMessageBox::Yes) { return 0; }
|
||||
|
||||
@@ -224,9 +224,9 @@ namespace BlackMisc
|
||||
//! Simulator specific loaders @{
|
||||
IAircraftModelLoader *modelLoaderFsx() const { return m_loaderFsx; }
|
||||
IAircraftModelLoader *modelLoaderP3D() const { return m_loaderP3D; }
|
||||
IAircraftModelLoader *modelLoaderXP() const { return m_loaderXP; }
|
||||
IAircraftModelLoader *modelLoaderXP() const { return m_loaderXP; }
|
||||
IAircraftModelLoader *modelLoaderFS9() const { return m_loaderFS9; }
|
||||
IAircraftModelLoader *modelLoaderFG() const { return m_loaderFG; }
|
||||
IAircraftModelLoader *modelLoaderFG() const { return m_loaderFG; }
|
||||
//! @}
|
||||
|
||||
signals:
|
||||
|
||||
Reference in New Issue
Block a user