From 82bba7e4efc369f75f09eb96846d733cd99ba95b Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Wed, 18 May 2011 12:56:51 +0200 Subject: move drag handling back to Gui Move the DnD related classes back into QtGui. Parts of the implementation is currently commented out and needs to be moved to QWidgetWindow. SC incompatible change: APIs taking QWidget * now take QObject * --- src/tools/uic/qclass_lib_map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools/uic/qclass_lib_map.h') diff --git a/src/tools/uic/qclass_lib_map.h b/src/tools/uic/qclass_lib_map.h index f36d77fd13..d2efcd400f 100644 --- a/src/tools/uic/qclass_lib_map.h +++ b/src/tools/uic/qclass_lib_map.h @@ -757,7 +757,7 @@ QT_CLASS_LIB(QCursor, QtGui, qcursor.h) QT_CLASS_LIB(QCursor, QtGui, qcursor.h) QT_CLASS_LIB(QCursorShape, QtWidgets, qcursor.h) QT_CLASS_LIB(QDesktopWidget, QtWidgets, qdesktopwidget.h) -QT_CLASS_LIB(QDrag, QtGui, qdrag.h) +QT_CLASS_LIB(QDrag, QtWidgets, qdrag.h) QT_CLASS_LIB(QtEvents, QtGui, qevent.h) QT_CLASS_LIB(QInputEvent, QtGui, qevent.h) QT_CLASS_LIB(QMouseEvent, QtGui, qevent.h) -- cgit v1.2.3