1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-04 17:30:55 +00:00

Use QT_GUILESS_MAIN

REVIEW: 122730
This commit is contained in:
Heiko Becker 2015-02-26 15:36:51 +01:00
parent 832e157ecd
commit d452a56ce1
6 changed files with 6 additions and 6 deletions

View File

@ -152,6 +152,6 @@ void KItemListKeyboardSearchManagerTest::testPressShift()
QCOMPARE(spy.takeFirst(), QList<QVariant>() << "a_b" << false);
}
QTEST_MAIN(KItemListKeyboardSearchManagerTest)
QTEST_GUILESS_MAIN(KItemListKeyboardSearchManagerTest)
#include "kitemlistkeyboardsearchmanagertest.moc"

View File

@ -572,6 +572,6 @@ void KItemListSelectionManagerTest::verifySelectionChange(QSignalSpy& spy,
}
}
QTEST_MAIN(KItemListSelectionManagerTest)
QTEST_GUILESS_MAIN(KItemListSelectionManagerTest)
#include "kitemlistselectionmanagertest.moc"

View File

@ -69,6 +69,6 @@ void KItemRangeTest::testFromSortedContainer()
QCOMPARE(expected, result);
}
QTEST_MAIN(KItemRangeTest)
QTEST_GUILESS_MAIN(KItemRangeTest)
#include "kitemrangetest.moc"

View File

@ -606,6 +606,6 @@ void KItemSetTest::testSymmetricDifference()
}
QTEST_MAIN(KItemSetTest)
QTEST_GUILESS_MAIN(KItemSetTest)
#include "kitemsettest.moc"

View File

@ -114,6 +114,6 @@ bool KStandardItemModelTest::isModelConsistent() const
return true;
}
QTEST_MAIN(KStandardItemModelTest)
QTEST_GUILESS_MAIN(KStandardItemModelTest)
#include "kstandarditemmodeltest.moc"

View File

@ -92,6 +92,6 @@ void ViewPropertiesTest::testAutoSave()
QVERIFY(QFile::exists(dotDirectoryFile));
}
QTEST_MAIN(ViewPropertiesTest)
QTEST_GUILESS_MAIN(ViewPropertiesTest)
#include "viewpropertiestest.moc"