mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
Ref T310, removed "m_separator" from IMenuDelegate as it is not used
This commit is contained in:
@@ -177,8 +177,8 @@ namespace BlackGui
|
||||
{
|
||||
public:
|
||||
//! Constructor
|
||||
CLoadModelSetMenu(CDbOwnModelSetComponent *ownModelSetComponent, bool separator = true) :
|
||||
Menus::IMenuDelegate(ownModelSetComponent, separator)
|
||||
CLoadModelSetMenu(CDbOwnModelSetComponent *ownModelSetComponent) :
|
||||
Menus::IMenuDelegate(ownModelSetComponent)
|
||||
{}
|
||||
|
||||
//! \copydoc IMenuDelegate::customMenu
|
||||
|
||||
Reference in New Issue
Block a user