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

11 lines
163 B
C++

#ifndef LMENUBAR_H
#define LMENUBAR_H
/** Represents the main menubar. Linked to a QMenuBar
*/
class LMenuBar {
public:
LMenuBar();
};
#endif // LMENUBAR_H