Fix bootloader files vanishing after installation (FS#11086).
commitb23c5483dbfadd9bba08c3095e1aaa73cd844fe5
authorbluebrother <bluebrother@a1c6a512-1295-4272-9138-f99709370657>
Mon, 15 Mar 2010 21:21:04 +0000 (15 21:21 +0000)
committerbluebrother <bluebrother@a1c6a512-1295-4272-9138-f99709370657>
Mon, 15 Mar 2010 21:21:04 +0000 (15 21:21 +0000)
tree025d9c14a2036752fd86fe52dc7ec72c2efa6f3f
parentda2320bf18f5a5088d5a9107a988e59084053236
Fix bootloader files vanishing after installation (FS#11086).

QTemporaryFile creates temporary files, so they might get removed even if they
are renamed. Copy the downloaded temporary file instead.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25208 a1c6a512-1295-4272-9138-f99709370657
rbutil/rbutilqt/base/bootloaderinstallfile.cpp
rbutil/rbutilqt/base/bootloaderinstallmi4.cpp