mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
Doxygen, style
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user