Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

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

    General and Desktop
    2
    3
    1116
    Loading More Posts
    • 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.
    • musimbate
      musimbate last edited by

      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 Reply Quote 0
      • JKSH
        JKSH Moderators last edited by

        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 Reply Quote 0
        • musimbate
          musimbate last edited by

          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 Reply Quote 0
          • First post
            Last post