summaryrefslogtreecommitdiffstats
path: root/src/winmain
diff options
context:
space:
mode:
authorTimur Pocheptsov <timur.pocheptsov@theqtcompany.com>2015-12-08 13:50:24 +0100
committerTimur Pocheptsov <timur.pocheptsov@theqtcompany.com>2015-12-09 12:29:13 +0000
commit7d2c87311e682eabc9b7a3b1e1b4e2f21d0623bf (patch)
tree8c380fe548e4a82ec84a8ef1272afe8a91547ddf /src/winmain
parentbf4b2810999f9c1b0512437101170d93e3ff9613 (diff)
QProcessPrivate::startProcess - fix invalid encodedProgramName (OS X)
CFBundleCopyExecutableURL returns different URLs (can be absolute or relative) for the same bundle (caching) - and this results in an invalid encodedProgramName (in case we try to start the same process twice), for example, if we start: QProcess p; p.start("nestedDir/nested.app") twice, the second time we'll have an error trying to start something like nestedDir/nested.app/_and_here_absolute_url. Change-Id: I8ac42e20fe3b9fe8b80d5b5c663672e77d88269d Task-number: QTBUG-49837 Reviewed-by: Jake Petroules <jake.petroules@theqtcompany.com>
Diffstat (limited to 'src/winmain')
0 files changed, 0 insertions, 0 deletions