summaryrefslogtreecommitdiffstats
path: root/src/tools/uic
diff options
context:
space:
mode:
authorMorten Sorvig <morten.sorvig@nokia.com>2011-06-09 11:13:49 +0200
committerMorten Sorvig <morten.sorvig@nokia.com>2011-06-09 11:19:12 +0200
commit0a4c2eae4bd5fcbf1ac3d91e7870def7e8b4a66b (patch)
tree9aaa49d6b6be942c4a84f2742633375ec563ba4e /src/tools/uic
parentd88a773218468c6532b2bb563540d1fe1c5f5376 (diff)
Remove QPlatformEventLoopIntegration.
Instead we'll let the platform plugins construct an QEventDispatcherQPA subclass. This API will be added later on. This temporarily breaks cocoa, uikit and opencode.
Diffstat (limited to 'src/tools/uic')
-rw-r--r--src/tools/uic/qclass_lib_map.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/uic/qclass_lib_map.h b/src/tools/uic/qclass_lib_map.h
index 216ab7e359..d44d344bc5 100644
--- a/src/tools/uic/qclass_lib_map.h
+++ b/src/tools/uic/qclass_lib_map.h
@@ -823,7 +823,6 @@ QT_CLASS_LIB(QColorGroup, QtWidgets, qpalette.h)
QT_CLASS_LIB(QPlatformCursorImage, QtGui, qplatformcursor_qpa.h)
QT_CLASS_LIB(QPlatformCursorPrivate, QtGui, qplatformcursor_qpa.h)
QT_CLASS_LIB(QPlatformCursor, QtGui, qplatformcursor_qpa.h)
-QT_CLASS_LIB(QPlatformEventLoopIntegration, QtGui, qplatformeventloopintegration_qpa.h)
QT_CLASS_LIB(QPlatformGLContext, QtGui, qplatformglcontext_qpa.h)
QT_CLASS_LIB(QPlatformIntegration, QtGui, qplatformintegration_qpa.h)
QT_CLASS_LIB(QPlatformIntegrationFactoryInterface, QtGui, qplatformintegrationplugin_qpa.h)