Bunch of renames to reduce confusion.
This commit is contained in:
parent
cbb2f897aa
commit
be2ffd7ef9
15 changed files with 184 additions and 184 deletions
|
|
@ -12,13 +12,13 @@ void PluginModule::setDisplayCategory(QString category)
|
|||
m_displayCategory = std::move(category);
|
||||
}
|
||||
|
||||
void PluginModule::registerMenuAction(MenuAction action)
|
||||
void PluginModule::registerStaticAction(StaticAction action)
|
||||
{
|
||||
qDebug() << "registerMenuAction " << action.text();
|
||||
m_menuActions.emplace_back(std::move(action));
|
||||
}
|
||||
|
||||
const PluginModule::MenuActionList& PluginModule::menuActions() const
|
||||
const PluginModule::StaticActionList& PluginModule::staticActions() const
|
||||
{
|
||||
return m_menuActions;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue