From 9249768db5f5b09d67e81370da828e3cb99cc3df Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Sat, 31 Jan 2015 19:21:47 +0100 Subject: NOISSUE Make tests no longer use the MultiMC object They do not require the application part anymore --- tests/tst_pathutils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/tst_pathutils.cpp') diff --git a/tests/tst_pathutils.cpp b/tests/tst_pathutils.cpp index a1310d00..eed5b560 100644 --- a/tests/tst_pathutils.cpp +++ b/tests/tst_pathutils.cpp @@ -69,6 +69,6 @@ slots: } }; -QTEST_GUILESS_MAIN_MULTIMC(PathUtilsTest) +QTEST_GUILESS_MAIN(PathUtilsTest) #include "tst_pathutils.moc" -- cgit