This commit is contained in:
Klaus Basan
2018-05-09 01:46:19 +02:00
parent d743ec98fa
commit f4320b18c5
2 changed files with 8 additions and 8 deletions

View File

@@ -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