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

@@ -27,15 +27,14 @@
#include "dockersettings.h"
#include <QMutex>
#include <QObject>
#include <utils/filepath.h>
#include <utils/guard.h>
#include <utils/optional.h>
namespace Docker {
namespace Internal {
#include <QMutex>
#include <QObject>
namespace Docker::Internal {
class DockerApi : public QObject
{
@@ -60,11 +59,9 @@ public:
private:
Utils::FilePath dockerClient();
private:
Utils::optional<bool> m_dockerDaemonAvailable;
QMutex m_daemonCheckGuard;
DockerSettings *m_settings;
};
} // namespace Internal
} // namespace Docker
} // Docker::Internal