forked from qt-creator/qt-creator
CppTools: fix metatype registration macro usage
in places where we do not need it Change-Id: Ibf35f8144da859fffa3e0a7b6bb262284ec2292a Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
2cf72a628d
commit
5f91cb0d68
@@ -33,8 +33,6 @@
|
||||
|
||||
#include <cassert>
|
||||
|
||||
Q_DECLARE_METATYPE(QSet<QString>)
|
||||
|
||||
using namespace CppTools::Internal;
|
||||
using namespace CppTools::Tests;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user