From 64e765111dde29e7464ba49ec6185ef0d35077c8 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Thu, 13 Dec 2018 15:49:05 +0100 Subject: Add translations meson option to build and install translations --- src/mainwindow/menubar.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainwindow/menubar.h') 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); -- cgit v1.2.1