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

QChar(char) constructor is private but is documented as if public

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P3: Somewhat important P3: Somewhat important
    • 5.5.1
    • 5.0.0, 5.3.1
    • Documentation
    • None
    • 141f03a814245e33a1e30d89429dc92783c227bd

      It hasn't ever been a public constructor in Qt 5 AFAIK. In qchar.cpp

      /*!
      \fn QChar::QChar(char ch)

      Constructs a QChar corresponding to ASCII/Latin-1 character \a ch.
      */

      same thing with the one taking a uchar. This needs auditing to see what else is documented incorrectly. Not sure if we should silently remove the docs or what...

        For Gerrit Dashboard: QTBUG-39862
        # Subject Branch Project Status CR V

            sgaist Samuel Gaist
            srutledg Shawn Rutledge
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes