aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/menubar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow/menubar.h')
-rw-r--r--src/mainwindow/menubar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow/menubar.h b/src/mainwindow/menubar.h
index 38b1286..7b592dd 100644
--- a/src/mainwindow/menubar.h
+++ b/src/mainwindow/menubar.h
@@ -15,6 +15,8 @@ class Configuration;
class MainWindow;
class MenuBar : public QMenuBar
{
+ Q_OBJECT
+
public:
MenuBar(const Configuration *config, MainWindow *parent = nullptr);