mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Quick fix so model sets can be saved, see https://swift-project.slack.com/archives/G96QTUBEG/p1525815058000559
This commit is contained in:
@@ -160,14 +160,14 @@ namespace BlackGui
|
||||
|
||||
// -------------------------- custom menus -----------------------------------
|
||||
|
||||
//! The menu for loading and handling own models for mapping tasks
|
||||
//! \note This is specific for that very component
|
||||
class CLoadModelsMenu : public BlackGui::Menus::IMenuDelegate
|
||||
//! The menu for loading models from cache or create a new model set
|
||||
//! \note This is specific for that very model set component
|
||||
class CLoadModelSetMenu : public Menus::IMenuDelegate
|
||||
{
|
||||
public:
|
||||
//! Constructor
|
||||
CLoadModelsMenu(CDbOwnModelSetComponent *ownModelSetComponent, bool separator = true) :
|
||||
BlackGui::Menus::IMenuDelegate(ownModelSetComponent, separator)
|
||||
CLoadModelSetMenu(CDbOwnModelSetComponent *ownModelSetComponent, bool separator = true) :
|
||||
Menus::IMenuDelegate(ownModelSetComponent, separator)
|
||||
{}
|
||||
|
||||
//! \copydoc IMenuDelegate::customMenu
|
||||
|
||||
Reference in New Issue
Block a user