forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user