pgLab/pglab/plugin_support/LMenu.h
2019-08-15 12:40:29 +02:00

13 lines
169 B
C++

#ifndef LMENU_H
#define LMENU_H
/** Represents a menu wraps QMenu to give it more dynamic functionality
*
*/
class LMenu
{
public:
LMenu();
};
#endif // LMENU_H