summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2019-03-11 15:20:08 +0100
committerEdward Welbourne <edward.welbourne@qt.io>2020-10-19 17:42:13 +0200
commit9d2a107da2e5af77dece660b5d2b0958e79dc284 (patch)
tree6f037f0f9d877ebfee65e53a31e3b02b144f5bcc /tests
parent4139afafacfdf1962070321e68fefeb9e834565c (diff)
Remove vacuous tst_QLocale::cleanupTestCase()
Change-Id: I8bf9915045dce434f19de9c3745e1be28a833e8f Reviewed-by: Andrei Golubev <andrei.golubev@qt.io> Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/corelib/text/qlocale/tst_qlocale.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/corelib/text/qlocale/tst_qlocale.cpp b/tests/auto/corelib/text/qlocale/tst_qlocale.cpp
index 998b491298..c21da6a1df 100644
--- a/tests/auto/corelib/text/qlocale/tst_qlocale.cpp
+++ b/tests/auto/corelib/text/qlocale/tst_qlocale.cpp
@@ -68,7 +68,6 @@ public:
private slots:
void initTestCase();
- void cleanupTestCase();
#if defined(Q_OS_WIN)
void windowsDefaultLocale();
#endif
@@ -218,9 +217,6 @@ void tst_QLocale::initTestCase()
#endif // QT_CONFIG(process)
}
-void tst_QLocale::cleanupTestCase()
-{}
-
void tst_QLocale::ctor()
{
QLocale default_locale = QLocale::system();