aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/menubar.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-12-13 15:49:05 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2018-12-13 15:49:05 +0100
commit64e765111dde29e7464ba49ec6185ef0d35077c8 (patch)
tree5e8f87f480973675a2accae1147bff06d941b539 /src/mainwindow/menubar.h
parentMainWindow: rework menu bar (diff)
downloadsmolbote-64e765111dde29e7464ba49ec6185ef0d35077c8.tar.xz
Add translations meson option to build and install translations
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);