Docker: Move to Tr::tr

There were no strings in the .ts files yet.

Change-Id: I86e7edace45db796fc3cc80d2735d1a80b897c85
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
hjk
2022-07-13 10:43:31 +02:00
parent 4ca769afb1
commit 57ce33bc4e
13 changed files with 127 additions and 152 deletions

View File

@@ -30,8 +30,7 @@
#include <QObject>
namespace Docker {
namespace Internal {
namespace Docker::Internal {
class KitDetector : public QObject
{
@@ -52,5 +51,4 @@ private:
class KitDetectorPrivate *d = nullptr;
};
} // Internal
} // Docker
} // Docker::Internal