pgLab/pglab/plugin_support/MenuAction.h

11 lines
112 B
C
Raw Normal View History

2019-01-01 08:26:20 +01:00
#ifndef MENUACTION_H
#define MENUACTION_H
class MenuAction
{
public:
MenuAction();
};
#endif // MENUACTION_H