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"));
|
+ 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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user