From: Ilya Bizyaev Date: Tue, 3 Jan 2017 10:23:03 +0000 (+0100) Subject: Add missing Q_OBJECT macros X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/67c007889ecc4eada434cbe390110b2e7566aa41?ds=sidebyside Add missing Q_OBJECT macros REVIEW: 129738 --- diff --git a/src/tests/kitemlistcontrollertest.cpp b/src/tests/kitemlistcontrollertest.cpp index e170e7b5b..92d05c4d4 100644 --- a/src/tests/kitemlistcontrollertest.cpp +++ b/src/tests/kitemlistcontrollertest.cpp @@ -37,6 +37,7 @@ */ class KItemListControllerTestStyle : public QProxyStyle { + Q_OBJECT public: KItemListControllerTestStyle(QStyle* style) : QProxyStyle(style), diff --git a/src/tests/kitemlistselectionmanagertest.cpp b/src/tests/kitemlistselectionmanagertest.cpp index b183de302..5dce57f3c 100644 --- a/src/tests/kitemlistselectionmanagertest.cpp +++ b/src/tests/kitemlistselectionmanagertest.cpp @@ -26,6 +26,7 @@ class DummyModel : public KItemModelBase { + Q_OBJECT public: DummyModel(); void setCount(int count);