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

QWindow::alert(int msec) is a new slot in QWindow for 5.1 so it needs Q_REVISION(1)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • 5.1.0
    • 5.1.0 RC1
    • GUI: Window management
    • None
    • qtbase: Revision macro, (5.1) 2f4cd18d3eec3bf90bf1a5bd471ef7a03550de97) QtQuick 2 (5.1.1) Docs: 65a0d19180b061fc24b2032289d157ad2602e6d9

    Description

      Same reason as given here https://bugreports.qt-project.org/browse/QTBUG-29807

      and same reason as given at the top of the qwindow.h header:

          // All properties which are declared here are inherited by QQuickWindow and therefore available in QML.
          // So please think carefully about what it does to the QML namespace if you add any new ones,
          // particularly the possible meanings these names might have in any specializations of Window.
          // For example "state" (meaning windowState) is not a good property to declare, because it has
          // a different meaning in QQuickItem, and users will tend to assume it is the same for Window.
      
          // Any new properties which you add here MUST be versioned and MUST be documented both as
          // C++ properties in qwindow.cpp AND as QML properties in qquickwindow.cpp.
          // http://qt-project.org/doc/qt-5.0/qtqml/qtqml-cppintegration-definetypes.html#type-revisions-and-versions
      

      Attachments

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

        Activity

          People

            kleint Friedemann Kleint
            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