mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
refs #858, todo review (demoted, commented)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
c2aeab0ab8
commit
61e7f23847
@@ -914,7 +914,7 @@ namespace BlackGui
|
||||
|
||||
// Currently disabled as the same effect can be realized by filtering than
|
||||
// this->addRemoveDbModels(menuActions);
|
||||
//! \todo remove if not needed in the long term (added 2016-Sep)
|
||||
// remove if not needed in the long term (added 2016-Sep)
|
||||
|
||||
this->m_autoStashing = menuActions.addAction(this->m_autoStashing, CIcons::appDbStash16(), "Auto stashing", CMenuAction::pathStash(), this, { mapComp, &CDbMappingComponent::ps_displayAutoStashingDialog });
|
||||
this->m_autoSimulatorStashing = menuActions.addAction(this->m_autoSimulatorStashing, CIcons::appDbStash16(), "Cross simulator updating (FSX-P3D-FS9)", CMenuAction::pathStash(), this, { mapComp, &CDbMappingComponent::ps_displayAutoSimulatorStashingDialog });
|
||||
|
||||
@@ -319,7 +319,7 @@ namespace BlackGui
|
||||
|
||||
//! Workaround to format vPilot view
|
||||
//! \remark presize does not work properly when data are loaded, reason is not understood. This here does a formatting when tab becomes visible.
|
||||
//! \todo can be removed whenever a proper formatting is archived with data loading
|
||||
//! \fixme can be removed whenever a proper formatting is archived with data loading, vPilot support will be removed in the long term anyway
|
||||
void formatVPilotView();
|
||||
|
||||
//! Model for given index from sender/current view
|
||||
|
||||
@@ -230,7 +230,7 @@ namespace BlackGui
|
||||
}
|
||||
else
|
||||
{
|
||||
//! \todo correct version when multiline placeholder is fixed
|
||||
//! \todo correct version when Qt multiline placeholder is fixed https://bugreports.qt.io/browse/QTBUG-43817
|
||||
// const QString es(e.join('\n'));
|
||||
// ui->pte_ExcludeDirectories->setPlaceholderText(es);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user