diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-12-13 15:49:05 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-12-13 15:49:05 +0100 |
commit | 64e765111dde29e7464ba49ec6185ef0d35077c8 (patch) | |
tree | 5e8f87f480973675a2accae1147bff06d941b539 /src/mainwindow | |
parent | MainWindow: rework menu bar (diff) | |
download | smolbote-64e765111dde29e7464ba49ec6185ef0d35077c8.tar.xz |
Add translations meson option to build and install translations
Diffstat (limited to 'src/mainwindow')
-rw-r--r-- | src/mainwindow/menubar.h | 2 |
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); |