mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-05-13 13:29:35 +00:00
add missing errorMsg, if XML file is broken
Change-Id: Ied65747172adae0ad3cfb49382533f869ceb81d5 Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
This commit is contained in:
parent
813b6f8f3b
commit
a2920282e6
@ -143,7 +143,7 @@ void TestRepository::downloadCompleted()
|
||||
QString errorMsg;
|
||||
if (!doc.setContent(&file, &errorMsg)) {
|
||||
error = InvalidUpdatesXml;
|
||||
errorMsg = tr("Could not parse Updates.xml! Error: %1.");
|
||||
errorMsg = tr("Could not parse Updates.xml! Error: %1.").arg(errorMsg);
|
||||
} else {
|
||||
error = NoError;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user