From 67c007889ecc4eada434cbe390110b2e7566aa41 Mon Sep 17 00:00:00 2001 From: Ilya Bizyaev Date: Tue, 3 Jan 2017 11:23:03 +0100 Subject: Add missing Q_OBJECT macros REVIEW: 129738 --- src/tests/kitemlistcontrollertest.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tests/kitemlistcontrollertest.cpp') 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), -- cgit v1.3