From a3530859e9a7423db0b6839f15538f248aaf4a79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Wed, 25 Sep 2013 16:23:45 +0200 Subject: Expose QTest::currentAppName() and remove hard-coded argv[0] in tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Except where we're actually testing QCoreApplication::applicationName() and friends. Change-Id: I25514884c11f43a4f82b1f818f822dc3d79f69a3 Reviewed-by: Tor Arne Vestbø --- src/testlib/qtestresult_p.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/testlib/qtestresult_p.h') diff --git a/src/testlib/qtestresult_p.h b/src/testlib/qtestresult_p.h index 769800d90d..ea8173b169 100644 --- a/src/testlib/qtestresult_p.h +++ b/src/testlib/qtestresult_p.h @@ -93,8 +93,8 @@ public: static void setSkipCurrentTest(bool value); static bool skipCurrentTest(); - static void setCurrentAppname(const char *appname); - static const char *currentAppname(); + static void setCurrentAppName(const char *appName); + static const char *currentAppName(); private: Q_DISABLE_COPY(QTestResult) -- cgit v1.2.3