Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Geyer <debfx@fobos.de>2012-07-24 02:07:28 +0400
committerFelix Geyer <debfx@fobos.de>2012-07-25 14:18:16 +0400
commit6b13d18137a91ae5d90c9707c1366055fec0ea9d (patch)
treece4e389b36ca5e823ce3275d5f471a1d4d98fa18 /tests/TestKeePass2RandomStream.cpp
parent2185afefeda93a2d4ec97090abffe0294476d527 (diff)
Rename KEEPASSX_QTEST_CORE_MAIN to QTEST_GUILESS_MAIN which is available in Qt 5.
Diffstat (limited to 'tests/TestKeePass2RandomStream.cpp')
-rw-r--r--tests/TestKeePass2RandomStream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TestKeePass2RandomStream.cpp b/tests/TestKeePass2RandomStream.cpp
index f3523bcf6..e7fee8f47 100644
--- a/tests/TestKeePass2RandomStream.cpp
+++ b/tests/TestKeePass2RandomStream.cpp
@@ -78,4 +78,4 @@ void TestKeePass2RandomStream::test()
QCOMPARE(randomStreamData, cipherData);
}
-KEEPASSX_QTEST_CORE_MAIN(TestKeePass2RandomStream)
+QTEST_GUILESS_MAIN(TestKeePass2RandomStream)