diff options
author | hjk <[email protected]> | 2022-07-13 18:31:56 +0200 |
---|---|---|
committer | hjk <[email protected]> | 2022-08-01 12:16:41 +0000 |
commit | 960e99ecb18e1d4d54057ef5c540fc1bd611e336 (patch) | |
tree | 75916e73dd723c3bb26faf6c65393911f2bb2efa /src/plugins/autotest/autotesttr.h | |
parent | ce7a76107514f4cf90f9040fdc549c7398b0e565 (diff) |
Autotest: Convert to Tr::tr
Change-Id: Ifd4b6ace78d02804ec3b3c1d60c5418081cad6c4
Reviewed-by: <[email protected]>
Reviewed-by: Christian Stenger <[email protected]>
Diffstat (limited to 'src/plugins/autotest/autotesttr.h')
-rw-r--r-- | src/plugins/autotest/autotesttr.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/autotest/autotesttr.h b/src/plugins/autotest/autotesttr.h index b0eaa31c86c..41f2a3beb11 100644 --- a/src/plugins/autotest/autotesttr.h +++ b/src/plugins/autotest/autotesttr.h @@ -27,11 +27,11 @@ #include <QCoreApplication> -namespace AutoTest { +namespace Autotest { struct Tr { - Q_DECLARE_TR_FUNCTIONS(AutoTest) + Q_DECLARE_TR_FUNCTIONS(Autotest) }; -} // namespace AutoTest +} // namespace Autotest |