diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-10-25 17:36:26 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-10-25 17:36:26 +0200 |
commit | 689a94481d8b6a44119093b65814e0c0f3ad98b5 (patch) | |
tree | c967a0d8ae65b3a44fdeb2a859689abb5ab625d2 /src/mainwindow/widgets | |
parent | Add test/ meson.build (diff) | |
download | smolbote-689a94481d8b6a44119093b65814e0c0f3ad98b5.tar.xz |
Fix various build warnings
Diffstat (limited to 'src/mainwindow/widgets')
-rw-r--r-- | src/mainwindow/widgets/dockwidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow/widgets/dockwidget.h b/src/mainwindow/widgets/dockwidget.h index 99ae417..ed31ec3 100644 --- a/src/mainwindow/widgets/dockwidget.h +++ b/src/mainwindow/widgets/dockwidget.h @@ -13,6 +13,8 @@ class DockWidget : public QDockWidget { + Q_OBJECT + public: DockWidget(const QString &title, QWidget *parent = nullptr, Qt::WindowFlags flags = Qt::WindowFlags()); ~DockWidget(); |