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/TestCryptoHash.cpp
parent2185afefeda93a2d4ec97090abffe0294476d527 (diff)
Rename KEEPASSX_QTEST_CORE_MAIN to QTEST_GUILESS_MAIN which is available in Qt 5.
Diffstat (limited to 'tests/TestCryptoHash.cpp')
-rw-r--r--tests/TestCryptoHash.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TestCryptoHash.cpp b/tests/TestCryptoHash.cpp
index 35bd72e0f..0083c3c5f 100644
--- a/tests/TestCryptoHash.cpp
+++ b/tests/TestCryptoHash.cpp
@@ -48,4 +48,4 @@ void TestCryptoHash::test()
QByteArray::fromHex("0b56e5f65263e747af4a833bd7dd7ad26a64d7a4de7c68e52364893dca0766b4"));
}
-KEEPASSX_QTEST_CORE_MAIN(TestCryptoHash)
+QTEST_GUILESS_MAIN(TestCryptoHash)