-
Bug
-
Resolution: Done
-
P4: Low
-
Qt Creator 2.2.1
-
None
-
Windows 7
While developing a custom project wizard to generate plugin code from cpp/h source template files encountered an issue with the tag substitution. If the template file contains a % sign, such as:
emit errorMessage(QString("%1 some error").arg(someValue));
subsequent substitution of the embedded tags fail.