refs #858, todo review (demoted, commented)

This commit is contained in:
Klaus Basan
2017-01-12 18:10:45 +01:00
committed by Mathew Sutcliffe
parent c2aeab0ab8
commit 61e7f23847
11 changed files with 21 additions and 23 deletions

View File

@@ -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 });

View File

@@ -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

View File

@@ -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);