45cf8da63c
The class is documented as obsolete, and the majority of APIs is marked as deprecated. In this first phase, remove all explicitly deprecated APIs and trivial implementations. The test case is complete removed; what's left when code that uses any of those deprecated methods is removed is not testing anything meaningful. For some methods, there is no practical replacement using QScreen yet, and QDesktopWidget is still used in QWidget internals. Those require refactoring to only use QScreen before the rest can be removed. Change-Id: I8f7c968ec566820077221d37b817843758d51d49 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
29 lines
465 B
Prolog
29 lines
465 B
Prolog
TEMPLATE=subdirs
|
|
SUBDIRS=\
|
|
qapplication \
|
|
qboxlayout \
|
|
qformlayout \
|
|
qgesturerecognizer \
|
|
qgridlayout \
|
|
qlayout \
|
|
qstackedlayout \
|
|
qtooltip \
|
|
qwidget \
|
|
qwidget_window \
|
|
qwidgetmetatype \
|
|
qwidgetsvariant \
|
|
qwindowcontainer \
|
|
qshortcut \
|
|
qsizepolicy
|
|
|
|
darwin:SUBDIRS -= \
|
|
qgesturerecognizer \
|
|
|
|
qtConfig(action):SUBDIRS += \
|
|
qaction \
|
|
qactiongroup \
|
|
qwidgetaction
|
|
|
|
!qtConfig(shortcut): SUBDIRS -= \
|
|
qshortcut
|