forked from qt-creator/qt-creator
Fix compilation with Qt 5.3
Change-Id: I09c15c797d2cc95f944413a21a37c5a513eed227 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
10b53f5724
commit
eb1bcf571c
@@ -881,7 +881,7 @@ typedef QMapIterator<QObject *, QStringList> TestPlanIterator;
|
||||
|
||||
static bool isTestFunction(const QMetaMethod &metaMethod)
|
||||
{
|
||||
static const QByteArrayList blackList = QByteArrayList()
|
||||
static const QList<QByteArray> blackList = QList<QByteArray>()
|
||||
<< "initTestCase()" << "cleanupTestCase()" << "init()" << "cleanup()";
|
||||
|
||||
if (metaMethod.methodType() != QMetaMethod::Slot)
|
||||
|
||||
Reference in New Issue
Block a user