mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Minor tweaks, style
This commit is contained in:
committed by
Mat Sutcliffe
parent
e7a807efdf
commit
0efb24f7fc
@@ -98,6 +98,7 @@ namespace BlackGui
|
||||
ui->comp_StashAircraft->view()->setCustomMenu(new COwnModelSetMenu(this));
|
||||
ui->comp_StashAircraft->view()->setCustomMenu(new CStashToolsMenu(this));
|
||||
|
||||
ui->comp_ModelWorkbench->view()->menuAddItems(CAircraftModelView::MenuClear | CAircraftModelView::MenuRemoveSelectedRows);
|
||||
ui->comp_ModelWorkbench->view()->setCustomMenu(new CApplyDbDataMenu(this));
|
||||
ui->comp_ModelWorkbench->view()->setCustomMenu(new COwnModelSetMenu(this));
|
||||
ui->comp_ModelWorkbench->view()->setCustomMenu(new CStashToolsMenu(this));
|
||||
|
||||
@@ -143,7 +143,7 @@ namespace BlackMisc
|
||||
//! \copydoc BlackMisc::Mixin::Index::setPropertyByIndex
|
||||
void setPropertyByIndex(const CPropertyIndex &index, const CVariant &variant);
|
||||
|
||||
//! Compare by index
|
||||
//! \copydoc BlackMisc::Mixin::Index::comparePropertyByIndex
|
||||
int comparePropertyByIndex(const CPropertyIndex &index, const CApplicationInfo &compareValue) const;
|
||||
|
||||
//! Name of pilot client GUI
|
||||
|
||||
Reference in New Issue
Block a user