mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-05 13:04:33 -04: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
|
@ -29,6 +29,8 @@
|
|||
#include "tests.h"
|
||||
#include "core/qsavefile.h"
|
||||
|
||||
QTEST_GUILESS_MAIN(TestQSaveFile)
|
||||
|
||||
class DirCleanup
|
||||
{
|
||||
public:
|
||||
|
@ -197,5 +199,3 @@ QString TestQSaveFile::tmpDir()
|
|||
|
||||
return dirName;
|
||||
}
|
||||
|
||||
QTEST_GUILESS_MAIN(TestQSaveFile)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue