forked from qt-creator/qt-creator
don't print error messages in quotes
This commit is contained in:
@@ -618,7 +618,7 @@ void HelpPlugin::extensionsInitialized()
|
||||
+ QLatin1String("../../share/doc/qtcreator/qtcreator.qch"));
|
||||
#endif
|
||||
if (!hc.registerDocumentation(qchFileName))
|
||||
qDebug() << hc.error();
|
||||
qDebug() << qPrintable(hc.error());
|
||||
needsSetup = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user