Details
-
Bug
-
Resolution: Unresolved
-
P1: Critical
-
None
-
6.3.1
-
None
Description
the same example can work in Qt5.15.2
//modify the path to the actual path of gdhelp_en.qch ,this very file is included in the example QString helpFile = QDir::toNativeSeparators( "I:/test/untitled-help/gdhelp_en.qch" ); auto helpCollectionFile = QDir::toNativeSeparators( QCoreApplication::applicationDirPath()+ "/temp.qhc" );
in qt 6.3.1 ,when invoke
helpEngine->registerDocumentation( helpFile )
there is an error "Cannot register namespace \"goldendict_en\""
Attachments
Issue Links
- relates to
-
QTBUG-87783 Qt Creator Help shows warnings instead of documentation
- Closed