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

qhelpengine does not work in Qt6.3.1

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P1: Critical
    • None
    • 6.3.1
    • Tools: Assistant
    • 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

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

          Activity

            People

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

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes