]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Add missing Q_OBJECT macros
authorIlya Bizyaev <bizyaev@zoho.com>
Tue, 3 Jan 2017 10:23:03 +0000 (11:23 +0100)
committerElvis Angelaccio <elvis.angelaccio@kde.org>
Tue, 3 Jan 2017 10:24:13 +0000 (11:24 +0100)
REVIEW: 129738

src/tests/kitemlistcontrollertest.cpp
src/tests/kitemlistselectionmanagertest.cpp

index e170e7b5b2b58b89a15bcdebbbe2b554158ba7c3..92d05c4d452d3d68ebf1b4fcf1f2d929db8bca08 100644 (file)
@@ -37,6 +37,7 @@
  */
 class KItemListControllerTestStyle : public QProxyStyle
 {
+    Q_OBJECT
 public:
     KItemListControllerTestStyle(QStyle* style) :
         QProxyStyle(style),
index b183de3026924578cecd11fa9e45f596edaf6e34..5dce57f3c096a98cf3e84724ce0cdea58986d9eb 100644 (file)
@@ -26,6 +26,7 @@
 
 class DummyModel : public KItemModelBase
 {
+    Q_OBJECT
 public:
     DummyModel();
     void setCount(int count);