Define toolbar locations for the actions of the QueryTool module.
This commit is contained in:
parent
6acf70660b
commit
cbb2f897aa
8 changed files with 26 additions and 4 deletions
|
|
@ -35,6 +35,8 @@ public:
|
|||
void registerMenuAction(MenuAction action);
|
||||
const MenuActionList& menuActions() const;
|
||||
|
||||
/// "API" action that other modules can trigger by name without being linked to
|
||||
/// this module. Allows for loose coupling.
|
||||
void registerModuleAction(QString module_action, ModuleAction action);
|
||||
|
||||
/// Searches for and returns a pointer to the requested module action.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue