mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
Formatting, doxygen, minor adjustments
This commit is contained in:
committed by
Mathew Sutcliffe
parent
5d5da0641f
commit
deed61a88c
@@ -459,9 +459,9 @@ namespace BlackGui
|
||||
this->m_modelModifyDialog->setValue(ui->comp_StashAircraft->view()->selectedObject());
|
||||
}
|
||||
|
||||
QDialog::DialogCode s = static_cast<QDialog::DialogCode>(this->m_modelModifyDialog->exec());
|
||||
const QDialog::DialogCode s = static_cast<QDialog::DialogCode>(this->m_modelModifyDialog->exec());
|
||||
if (s == QDialog::Rejected) { return; }
|
||||
CPropertyIndexVariantMap vm = this->m_modelModifyDialog->getValues();
|
||||
const CPropertyIndexVariantMap vm = this->m_modelModifyDialog->getValues();
|
||||
ui->comp_StashAircraft->applyToSelected(vm);
|
||||
}
|
||||
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
class QWidget;
|
||||
|
||||
namespace Ui { class CDbModelComponent; }
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
namespace Components
|
||||
|
||||
@@ -42,7 +42,7 @@ namespace BlackGui
|
||||
class CWeatherComponent;
|
||||
|
||||
|
||||
//! Main info area
|
||||
//! Main info area of pilot client
|
||||
class BLACKGUI_EXPORT CMainInfoAreaComponent : public BlackGui::CInfoArea
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
Reference in New Issue
Block a user