From 5f91cb0d68e1e4a446f4ce79165eca50f52f47a9 Mon Sep 17 00:00:00 2001 From: Nikita Baryshnikov Date: Fri, 24 Jul 2015 16:17:57 +0300 Subject: CppTools: fix metatype registration macro usage in places where we do not need it Change-Id: Ibf35f8144da859fffa3e0a7b6bb262284ec2292a Reviewed-by: Orgad Shaneh Reviewed-by: Nikolai Kosjar --- src/plugins/cpptools/functionutils.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/plugins/cpptools/functionutils.cpp') diff --git a/src/plugins/cpptools/functionutils.cpp b/src/plugins/cpptools/functionutils.cpp index dd26c80f25..b8224923a0 100644 --- a/src/plugins/cpptools/functionutils.cpp +++ b/src/plugins/cpptools/functionutils.cpp @@ -175,8 +175,6 @@ typedef QList VirtualityList; } // CppTools namespace Q_DECLARE_METATYPE(CppTools::Internal::Virtuality) -Q_DECLARE_METATYPE(CppTools::Internal::VirtualityList) -Q_DECLARE_METATYPE(QList) namespace CppTools { namespace Internal { -- cgit v1.2.1