don't print error messages in quotes

This commit is contained in:
Oswald Buddenhagen
2009-10-22 22:55:30 +02:00
parent 05f29012d9
commit f3aefdf589

View File

@@ -618,7 +618,7 @@ void HelpPlugin::extensionsInitialized()
+ QLatin1String("../../share/doc/qtcreator/qtcreator.qch")); + QLatin1String("../../share/doc/qtcreator/qtcreator.qch"));
#endif #endif
if (!hc.registerDocumentation(qchFileName)) if (!hc.registerDocumentation(qchFileName))
qDebug() << hc.error(); qDebug() << qPrintable(hc.error());
needsSetup = true; needsSetup = true;
} }