Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-106028

qhelpengine does not work in Qt6.3.1

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P1: Critical P1: Critical
    • None
    • 6.3.1
    • Tools: Assistant
    • None

      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\""

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            jkobus Jarek Kobus
            xiaoyifang yifang xiao
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes