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

Remove usage of "Injection of parameters into signal handlers" in Doc

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.0.0
    • Documentation
    • None
    • All

    Description

      The usage of the example

      MouseArea {
      onWheel: {
      if (wheel.modifiers & Qt.ControlModifier)

      { adjustZoom(wheel.angleDelta.y / 120); }

      }
      }

      from here:
      https://doc.qt.io/qt-6/qml-qtquick-wheelevent.html

      is deprecated. It won't work even with Qt 6.1 Beta.
      Please search the documentation and replace them.
      Maybe replace this also for the Qt-5 documentation.

      Kind regards,
      Fabian

      Attachments

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

        Activity

          People

            docteam Qt Documentation Team
            febbe Fabian Keßler
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes