Skip to content
Snippets Groups Projects
Commit f1096864 authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

QmlDesigner: cleaning up description of rewritingexception

Do not include the old description - this looks strange in some cases
parent f905c990
No related branches found
No related tags found
No related merge requests found
......@@ -16,5 +16,5 @@ QString RewritingException::type() const
QString RewritingException::description() const
{
return QLatin1String("Rewriting: ") + m_description;
return m_description;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment