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

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

XMLWordPrintable

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

      void digit0Pressed(Q3DKeyEvent *event);
      

      and similar should be

      void digit0Pressed(Qt3D::Q3DKeyEvent *event);
      

      so that old style connects work.

        For Gerrit Dashboard: QTBUG-46752
        # Subject Branch Project Status CR V

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes