summaryrefslogtreecommitdiffstats
path: root/src/tools/uic/qclass_lib_map.h
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-08-28 11:58:30 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-08-28 14:16:52 +0200
commit92a32e050fe0c545d0b7b70501c224d09f8d9ed6 (patch)
tree77cb0c2e73aae4de18ad6ddb79f1037d633b8ab7 /src/tools/uic/qclass_lib_map.h
parent7fe7bd326ff692067d7349153ad274a631762dff (diff)
Remove QMacNativeWidget and QMacCocoaViewContainer
The functionality should be available via QWidget::winId(), and QWidget::createWindowContainer() + QWindow::fromWinId(). Any bugs in this area should be fixed by improving the general wrapping APIs. Fixes: QTBUG-83254 Change-Id: I86584a4a8138d17d65a50da39efd58039f10da91 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
Diffstat (limited to 'src/tools/uic/qclass_lib_map.h')
-rw-r--r--src/tools/uic/qclass_lib_map.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/uic/qclass_lib_map.h b/src/tools/uic/qclass_lib_map.h
index 8558b74361..915f604158 100644
--- a/src/tools/uic/qclass_lib_map.h
+++ b/src/tools/uic/qclass_lib_map.h
@@ -870,8 +870,6 @@ QT_CLASS_LIB(QKeySequenceEdit, QtWidgets, qkeysequenceedit.h)
QT_CLASS_LIB(QLabel, QtWidgets, qlabel.h)
QT_CLASS_LIB(QLCDNumber, QtWidgets, qlcdnumber.h)
QT_CLASS_LIB(QLineEdit, QtWidgets, qlineedit.h)
-QT_CLASS_LIB(QMacCocoaViewContainer, QtWidgets, qmaccocoaviewcontainer_mac.h)
-QT_CLASS_LIB(QMacNativeWidget, QtWidgets, qmacnativewidget_mac.h)
QT_CLASS_LIB(QMainWindow, QtWidgets, qmainwindow.h)
QT_CLASS_LIB(QMdiArea, QtWidgets, qmdiarea.h)
QT_CLASS_LIB(QMdiSubWindow, QtWidgets, qmdisubwindow.h)