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

Use of non fully qualified argument types in Qt3D::QKeyboardInput

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • None
    • 5.5.0 Beta
    • Qt3D
    • None
    • 68ead5b04fb3e271524c19cc0b6d12a4c9c8a3c2

    Description

      void digit0Pressed(Q3DKeyEvent *event);
      

      and similar should be

      void digit0Pressed(Qt3D::Q3DKeyEvent *event);
      

      so that old style connects work.

      Attachments

        Issue Links

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

          Activity

            People

              seanharmer Sean Harmer
              seanharmer Sean Harmer
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes