pgLab/pglab/plugin_support/LMenu.h

14 lines
169 B
C
Raw Normal View History

2019-08-15 12:40:29 +02:00
#ifndef LMENU_H
#define LMENU_H
/** Represents a menu wraps QMenu to give it more dynamic functionality
*
*/
class LMenu
{
public:
LMenu();
};
#endif // LMENU_H