Do not create pid-specific peer file before initialize
When running with -client, pidPeer file is created too early, and it is not locked, therefore never deleted. initialize() is called for non-client executions (including the case of qtcreator -client when no instance is running or qtcreator -client -pid when the pid is invalid). Task-number: QTCREATORBUG-9216 Change-Id: I825556b0ec5e1db4240e4a63bfe6aec60386984d Reviewed-by:Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
netyrj <netyrj@gmail.com>
Please register or sign in to comment