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

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

    XMLWordPrintable

Details

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

    Description

      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...

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes