Docker: Add sanity check in start container

Change-Id: I633685402f27a3af317a58fd6f3c1d58174db989
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
hjk
2023-06-30 12:21:37 +02:00
parent 6b8473a2e8
commit 5b93ecdd05

View File

@@ -753,6 +753,8 @@ bool DockerDevicePrivate::startContainer()
"or restart Qt Creator.")); "or restart Qt Creator."));
}); });
QTC_ASSERT(m_shell, return false);
if (m_shell->start()) if (m_shell->start())
return true; return true;