<table><tr><td style="">tklausmann created this revision.<br />tklausmann added a reviewer: Umbrello.<br />Herald added a subscriber: umbrello-devel.<br />Herald added a project: Umbrello.<br />tklausmann requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D20775">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>We checked if the temporary file we created still exists after its creation,<br />
yet in the meantime we have already copied to it (which overwrites it):<br />
KIO::FileCopyJob *job = KIO::file_copy(url, dest, -1, KIO::Overwrite);</p>

<p>Instead of the temporary file, check if the regular file we use later on exists.</p>

<p>Bug: 406574</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R139 Umbrello</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D20775">https://phabricator.kde.org/D20775</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>umbrello/umldoc.cpp</div></div></div><br /><div><strong>To: </strong>tklausmann, Umbrello<br /><strong>Cc: </strong>umbrello-devel, vanderbilt, astranieri<br /></div>