mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-10-09 12:08:32 -04:00
Rename KEEPASSX_QTEST_CORE_MAIN to QTEST_GUILESS_MAIN which is available in Qt 5.
This commit is contained in:
parent
2185afefed
commit
6b13d18137
19 changed files with 24 additions and 24 deletions
|
@ -380,4 +380,4 @@ void TestGui::dragAndDropGroup(const QModelIndex& sourceIndex, const QModelIndex
|
|||
QCOMPARE(group->parentGroup()->children().indexOf(group), expectedPos);
|
||||
}
|
||||
|
||||
KEEPASSX_QTEST_GUI_MAIN(TestGui)
|
||||
QTEST_MAIN(TestGui)
|
||||
|
|
|
@ -147,4 +147,4 @@ void TestGuiPixmaps::compareImages(const QPixmap& pixmap, const QImage& image)
|
|||
image.convertToFormat(QImage::Format_ARGB32_Premultiplied));
|
||||
}
|
||||
|
||||
KEEPASSX_QTEST_GUI_MAIN(TestGuiPixmaps)
|
||||
QTEST_MAIN(TestGuiPixmaps)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue