Simplified module registration
This commit is contained in:
parent
456180325e
commit
a29671593e
5 changed files with 24 additions and 13 deletions
11
pglab/plugin_support/MenuAction.h
Normal file
11
pglab/plugin_support/MenuAction.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#ifndef MENUACTION_H
|
||||
#define MENUACTION_H
|
||||
|
||||
|
||||
class MenuAction
|
||||
{
|
||||
public:
|
||||
MenuAction();
|
||||
};
|
||||
|
||||
#endif // MENUACTION_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue