Doxygen, style

This commit is contained in:
Klaus Basan
2018-09-18 21:13:08 +02:00
parent ae60cf560d
commit 978fc42fe5
9 changed files with 33 additions and 49 deletions

View File

@@ -392,7 +392,7 @@ namespace BlackGui
if (!m_menus.testFlag(MenuCanStashModels)) { return; }
if (!this->hasSelection()) { return; }
const CAircraftModelList models(this->selectedObjects());
emit requestStash(models);
emit this->requestStash(models);
if (m_stashingClearsSelection)
{
this->clearSelection();