Commits

Kai Koehne committed 19549b3b0f2
Fix ambiguity for scScript symbols Commit 41e58eb4a481 introduced a new definition of QLatin1String scScript as "script", which clashes with the definition of scScript as "Script" in component.cpp. Resolve this ambiguity (which is not detected by the compiler) by renaming one instance to scScriptTag. Task-number: QTIFW-590 Change-Id: If1e108270509f7a1a0066d19e09a9f3699f0d19c Reviewed-by: Karsten Heimrich <karsten.heimrich@theqtcompany.com>