aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-10-25 17:36:26 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-10-25 17:36:26 +0200
commit689a94481d8b6a44119093b65814e0c0f3ad98b5 (patch)
treec967a0d8ae65b3a44fdeb2a859689abb5ab625d2 /src/mainwindow
parentAdd test/ meson.build (diff)
downloadsmolbote-689a94481d8b6a44119093b65814e0c0f3ad98b5.tar.xz
Fix various build warnings
Diffstat (limited to 'src/mainwindow')
-rw-r--r--src/mainwindow/widgets/dockwidget.h2
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();