diff options
author | Allan Sandfeld Jensen <[email protected]> | 2021-05-05 11:17:22 +0200 |
---|---|---|
committer | Allan Sandfeld Jensen <[email protected]> | 2021-05-05 19:26:56 +0200 |
commit | 50b9a4b357376c13ee00e060b44a1e505c632592 (patch) | |
tree | f18b8290b3e33ea5875233dae718830bc9a352e6 /src/gui/kernel/qwindowsysteminterface.cpp | |
parent | 93038767b71559f1606c787f97d7c307fba82723 (diff) |
Remove Qt6 switches from QtGui
Removing now dead code
Change-Id: I021539da6517fdb8443f8ae9431fc172b7910cfc
Reviewed-by: Friedemann Kleint <[email protected]>
Diffstat (limited to 'src/gui/kernel/qwindowsysteminterface.cpp')
-rw-r--r-- | src/gui/kernel/qwindowsysteminterface.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/kernel/qwindowsysteminterface.cpp b/src/gui/kernel/qwindowsysteminterface.cpp index 58bb0f1cc99..31097dfac6b 100644 --- a/src/gui/kernel/qwindowsysteminterface.cpp +++ b/src/gui/kernel/qwindowsysteminterface.cpp @@ -896,11 +896,7 @@ QPlatformDropQtResponse QWindowSystemInterface::handleDrop(QWindow *window, cons \note This function can only be called from the GUI thread. */ -#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0) bool QWindowSystemInterface::handleNativeEvent(QWindow *window, const QByteArray &eventType, void *message, qintptr *result) -#else -bool QWindowSystemInterface::handleNativeEvent(QWindow *window, const QByteArray &eventType, void *message, long *result) -#endif { return QGuiApplicationPrivate::processNativeEvent(window, eventType, message, result); } |