qt6-bb10/tests/auto/corelib/kernel/qtranslator
Giuseppe D'Angelo 34fe9232db Port from QAtomic::load() to loadRelaxed()
Semi-automated, just needed ~20 manual fixes:

$ find \( -iname \*.cpp -or -iname \*.h \) -exec perl -pe 's/(\.|->)load\(\)/$1loadRelaxed\(\)/g' -i \{\} +
$ find \( -iname \*.cpp -or -iname \*.h \) -exec perl -pe 's/(\.|->)store\(/$1storeRelaxed\(/g' -i \{\} +

It can be easily improved (e.g. for store check that there are no commas
after the opening parens). The most common offender is QLibrary::load,
and some code using std::atomic directly.

Change-Id: I07c38a3c8ed32c924ef4999e85c7e45cf48f0f6c
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
2019-06-20 20:48:59 +02:00
..
.gitignore Moving relevant tests to corelib/kernel 2011-09-01 12:42:14 +02:00
android_testdata.qrc Allow loading of empty translation files 2018-07-12 08:54:33 +00:00
dependencies_la.qm Enable modularization of translation files. 2012-07-12 18:30:35 +02:00
dependencies_la.ts Enable modularization of translation files. 2012-07-12 18:30:35 +02:00
hellotr_empty.qm Allow loading of empty translation files 2018-07-12 08:54:33 +00:00
hellotr_empty.ts Allow loading of empty translation files 2018-07-12 08:54:33 +00:00
hellotr_la.qm Moving relevant tests to corelib/kernel 2011-09-01 12:42:14 +02:00
hellotr_la.ts Moving relevant tests to corelib/kernel 2011-09-01 12:42:14 +02:00
msgfmt_from_po.qm Moving relevant tests to corelib/kernel 2011-09-01 12:42:14 +02:00
qtranslator.pro Allow loading of empty translation files 2018-07-12 08:54:33 +00:00
qtranslator.qrc Allow loading of empty translation files 2018-07-12 08:54:33 +00:00
tst_qtranslator.cpp Port from QAtomic::load() to loadRelaxed() 2019-06-20 20:48:59 +02:00