┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIlya Bizyaev <[email protected]>2017-01-03 11:23:03 +0100
committerElvis Angelaccio <[email protected]>2017-01-03 11:24:13 +0100
commit67c007889ecc4eada434cbe390110b2e7566aa41 (patch)
tree439182d6f596b9c5230d8732d6d26c3133d8bf32 /src
parent510752324940eaaa67926e7fe22cdb1a6ad385e7 (diff)
Add missing Q_OBJECT macros
REVIEW: 129738
Diffstat (limited to 'src')
-rw-r--r--src/tests/kitemlistcontrollertest.cpp1
-rw-r--r--src/tests/kitemlistselectionmanagertest.cpp1
2 files changed, 2 insertions, 0 deletions
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);