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

qdoc: No docs generated for functions declared inside QT_HAS_INCLUDE()

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.8.0
    • 5.8.0 Alpha
    • Documentation
    • None
    • 1658bcb1047ab04d500683f94ecda74bf660d2af (qtbase)

    Description

      https://doc-snapshots.qt.io/qt5-5.8/qtimer.html

      should have overloads taking std::chrono parameters, but they are not visible. Related warnings:

      _qt5/qtbase/src/corelib/kernel/qtimer.cpp:535: warning: Cannot find 'singleShot(...)' in '\fn' void QTimer::singleShot(std::chrono::milliseconds msec, const QObject *receiver, const char *member) [I cannot find any function of that name with the specified signature. Make sure that the signature is identical to the declaration, including 'const' qualifiers.]
      _qt5/qtbase/src/corelib/kernel/qtimer.cpp:553: warning: Cannot find 'singleShot(...)' in '\fn' void QTimer::singleShot(std::chrono::milliseconds msec, Qt::TimerType timerType, const QObject *receiver, const char *member) [I cannot find any function of that name with the specified signature. Make sure that the signature is identical to the declaration, including 'const' qualifiers.]
      _qt5/qtbase/src/corelib/kernel/qtimer.cpp:572: warning: Cannot find 'start(...)' in '\fn' void QTimer::start(std::chrono::milliseconds msec) [I cannot find any function of that name with the specified signature. Make sure that the signature is identical to the declaration, including 'const' qualifiers.]
      _qt5/qtbase/src/corelib/kernel/qtimer.cpp:585: warning: Cannot find 'intervalAsDuration(...)' in '\fn' std::chrono::milliseconds QTimer::intervalAsDuration() const [I cannot find any function of that name with the specified signature. Make sure that the signature is identical to the declaration, including 'const' qualifiers.]
      _qt5/qtbase/src/corelib/kernel/qtimer.cpp:594: warning: Cannot find 'remainingTimeAsDuration(...)' in '\fn' std::chrono::milliseconds QTimer::remainingTimeAsDuration() const [I cannot find any function of that name with the specified signature. Make sure that the signature is identical to the declaration, including 'const' qualifiers.]
      

      Attachments

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

        Activity

          People

            treinio Topi Reiniƶ
            treinio Topi Reiniƶ
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes