forked from qt-creator/qt-creator
Docker: Remove unused function
Change-Id: I683de49c08411087e47be84265cbab62d4d0738e Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -145,9 +145,6 @@ public:
|
|||||||
~DockerDevicePrivate() { stopCurrentContainer(); }
|
~DockerDevicePrivate() { stopCurrentContainer(); }
|
||||||
|
|
||||||
RunResult runInShell(const CommandLine &cmd, const QByteArray &stdInData = {});
|
RunResult runInShell(const CommandLine &cmd, const QByteArray &stdInData = {});
|
||||||
bool runInShellSuccess(const CommandLine &cmd, const QByteArray &stdInData = {}) {
|
|
||||||
return runInShell(cmd, stdInData).exitCode == 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
void updateContainerAccess();
|
void updateContainerAccess();
|
||||||
void changeMounts(QStringList newMounts);
|
void changeMounts(QStringList newMounts);
|
||||||
|
|||||||
Reference in New Issue
Block a user