mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
Move QTEST_GUILESS_MAIN statements before test cases.
This commit is contained in:
parent
ea3375490c
commit
77af79498c
21 changed files with 40 additions and 41 deletions
|
@ -27,6 +27,8 @@
|
|||
#include "crypto/Crypto.h"
|
||||
#include "gui/group/GroupModel.h"
|
||||
|
||||
QTEST_GUILESS_MAIN(TestGroupModel)
|
||||
|
||||
void TestGroupModel::initTestCase()
|
||||
{
|
||||
qRegisterMetaType<QModelIndex>("QModelIndex");
|
||||
|
@ -149,5 +151,3 @@ void TestGroupModel::test()
|
|||
delete modelTest;
|
||||
delete model;
|
||||
}
|
||||
|
||||
QTEST_GUILESS_MAIN(TestGroupModel)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue