mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-24 07:55:35 +08:00
Some smaller fixes in prephase of T285
This commit is contained in:
@@ -193,7 +193,7 @@ void CSwiftData::displayLog()
|
||||
|
||||
void CSwiftData::checkMinimumVersion()
|
||||
{
|
||||
Q_ASSERT_X(sApp, Q_FUNC_INFO, "Need sApp");
|
||||
if (!sApp || sApp->isShuttingDown()) { return; }
|
||||
if (sApp->getGlobalSetup().isSwiftVersionMinimumMappingVersion())
|
||||
{
|
||||
CLogMessage(this).info("Checked mapping tool version, required '%1', this version '%2'") << sApp->getGlobalSetup().getMappingMinimumVersionString() << CBuildConfig::getVersionString();
|
||||
|
||||
Reference in New Issue
Block a user