mirror of https://github.com/KLayout/klayout.git
Complete list of includes for QPointerEvent
This commit is contained in:
parent
1144b07ebb
commit
739cdfc1d5
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue