forked from qt-creator/qt-creator
		
	Android: Add full stops to end of messages
Change-Id: I19df9219408030bbfe3f414d7d89f2c1abddbc06 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
		| @@ -91,7 +91,7 @@ static CreateAvdInfo createAvdCommand(const AndroidConfig &config, const CreateA | ||||
|     proc.setCommand(avdManager); | ||||
|     proc.start(); | ||||
|     if (!proc.waitForStarted()) { | ||||
|         result.error = Tr::tr("Could not start process \"%1\"").arg(avdManager.toUserOutput()); | ||||
|         result.error = Tr::tr("Could not start process \"%1\".").arg(avdManager.toUserOutput()); | ||||
|         return result; | ||||
|     } | ||||
|     QTC_CHECK(proc.isRunning()); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user