From 4ff03aa71a7122d4573d4dc270a0847818842054 Mon Sep 17 00:00:00 2001 From: El Mehdi Fekari Date: Tue, 25 Jun 2013 11:30:55 +0200 Subject: [PATCH] Qnx: Fix tag for splashscreens MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTCREATORBUG-9626 Change-Id: I4150e5e7898c6b4b527feaf3476627c4b05d42b6 Reviewed-by: Tobias Nätterlund Reviewed-by: Nicolas Arnaud-Cormos --- src/plugins/qnx/bardescriptordocumentnodehandlers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/qnx/bardescriptordocumentnodehandlers.cpp b/src/plugins/qnx/bardescriptordocumentnodehandlers.cpp index 0d74ef1c962..ddf1930ab47 100644 --- a/src/plugins/qnx/bardescriptordocumentnodehandlers.cpp +++ b/src/plugins/qnx/bardescriptordocumentnodehandlers.cpp @@ -386,7 +386,7 @@ QDomNode BarDescriptorDocumentSplashScreenNodeHandler::toNode(QDomDocument &doc) if (splashScreens.isEmpty()) return QDomElement(); - QDomElement splashScreenElement = doc.createElement(QLatin1String("splashscreens")); + QDomElement splashScreenElement = doc.createElement(QLatin1String("splashScreens")); foreach (const QString &splashScreen, splashScreens) splashScreenElement.appendChild(createSimpleTextElement(doc, QLatin1String("image"), splashScreen));