Complete list of includes for QPointerEvent

This commit is contained in:
Matthias Koefferlein 2024-06-02 19:18:08 +02:00
parent 1144b07ebb
commit 739cdfc1d5
2 changed files with 7 additions and 1 deletions

View File

@ -860,7 +860,8 @@ include "QWindow", [ "<QWindow>", "<QScreen>",
"<QShowEvent>", "<QTabletEvent>", "<QTouchEvent>", "<QWheelEvent>" ]
include "QOffscreenSurface", [ "<QOffscreenSurface>", "<QScreen>" ]
include "QScreenOrientationChangeEvent", [ "<QScreenOrientationChangeEvent>", "<QScreen>" ]
include "QPointerEvent", [ "<QPointer>" ] # needed for Qt 6.7
include "QPointerEvent", [ "<QPointerEvent>", "<QEventPoint>", "<QInputDevice>", "<QObject>",
"<QPointingDevice>", "<QPointer>" ] # <QPointer> needed for Qt 6.7
drop_method "QWindow", /QWindow::handle/ # QPlatformWindow not available
drop_method "QScreen", /QScreen::handle/ # QPlatformScreen not available

View File

@ -27,6 +27,11 @@
* This file has been created automatically
*/
#include <QPointerEvent>
#include <QEventPoint>
#include <QInputDevice>
#include <QObject>
#include <QPointingDevice>
#include <QPointer>
#include "gsiQt.h"
#include "gsiQtGuiCommon.h"