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

@@ -35,8 +35,7 @@
#include <QMutex>
namespace Docker {
namespace Internal {
namespace Docker::Internal {
class DockerDeviceData
{
@@ -54,8 +53,6 @@ public:
class DockerDevice : public ProjectExplorer::IDevice
{
Q_DECLARE_TR_FUNCTIONS(Docker::Internal::DockerDevice)
public:
using Ptr = QSharedPointer<DockerDevice>;
using ConstPtr = QSharedPointer<const DockerDevice>;
@@ -148,7 +145,6 @@ private:
std::vector<QWeakPointer<DockerDevice> > m_existingDevices;
};
} // Internal
} // Docker
} // Docker::Internal
Q_DECLARE_METATYPE(Docker::Internal::DockerDeviceData)