Bezig met plugin menu systeem

This commit is contained in:
eelke 2019-08-15 12:40:29 +02:00
parent 601d071d0f
commit 048843a1d4
10 changed files with 93 additions and 16 deletions

View file

@ -0,0 +1,11 @@
#ifndef LMENUBAR_H
#define LMENUBAR_H
/** Represents the main menubar. Linked to a QMenuBar
*/
class LMenuBar {
public:
LMenuBar();
};
#endif // LMENUBAR_H