Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Found an error in the Qt assistant help (Version 5.0.1),any idea where this should be reported?
Qt 6.11 is out! See what's new in the release blog

Found an error in the Qt assistant help (Version 5.0.1),any idea where this should be reported?

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 1.7k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • musimbateM Offline
    musimbateM Offline
    musimbate
    wrote on last edited by
    #1

    In the License Wizard Example of the help ,the nextId() method of the ConclusionPage class should have been written as follows:
    @int ConclusionPage::nextId() const
    {
    return -1;
    }@

    and what is written is as follows:
    @int IntroPage::nextId() const
    {
    if (evaluateRadioButton->isChecked()) {
    return LicenseWizard::Page_Evaluate;
    } else {
    return LicenseWizard::Page_Register;
    }
    }@

    In the files included in the installation directory:dialogs/licensewizard/licensewizard.cpp everything is right.I just think they copied the wrong function in the help.
    Any help in reporting this would be appreciated.
    Anyways,thank you Qt guys to provide such a good developing platform.

    Why join the navy if you can be a pirate?-Steve Jobs

    1 Reply Last reply
    0
    • JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      Hi musimbate,

      You can report errors and suggestions at https://bugreports.qt-project.org/secure/Dashboard.jspa (you'll need to create an account)

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      0
      • musimbateM Offline
        musimbateM Offline
        musimbate
        wrote on last edited by
        #3

        Thanks,I ll go there and see what I can do.

        Why join the navy if you can be a pirate?-Steve Jobs

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved