qt6-bb10/src
Marc Mutz f97daab7a6 QObject: restore flags printing in dumpObjectTree()
This was lost when QtCore, QtGui and QtWidgets were split up. Restored
now via a virtual function on QObjectPrivate.

Chose to return std::string instead of QString or QByteArray because
its SSO is usually sufficient to hold these flag strings.

[ChangeLog][QtCore][QObject] Restored printing of Qt3-style
information from dumpObjectTree().

[ChangeLog][QtWidgets][QWidget] Restored printing of Qt3-style
information from QWidget::dumpObjectTree().

Fixes: QTBUG-101732
Change-Id: I39ff5728ea5f5abbdbf81b5d7e13b8d16b6ee8b7
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
2022-03-19 12:02:24 +01:00
..
3rdparty Add missing install of pnglibconf.h for static builds 2022-03-16 20:19:22 +01:00
android Android: use empty Intent to clear clipboard data on API < 28 2022-03-18 18:35:03 +01:00
concurrent Do not highlight the Image Scaling Example anymore in Qt Creator 2022-02-17 18:16:42 +01:00
corelib QObject: restore flags printing in dumpObjectTree() 2022-03-19 12:02:24 +01:00
dbus Misc: Do not depend on transitive includes 2022-03-17 17:14:37 +01:00
entrypoint QtBase: replace windows.h with qt_windows.h 2021-11-23 12:53:46 +08:00
gui QImage::operator==: Also compare the image colorspace 2022-03-18 01:32:57 +01:00
network Fix -Wunused-but-set-variable in QTcpSocket documentation snippet 2022-03-18 19:47:59 +01:00
opengl Misc: Do not depend on transitive includes 2022-03-17 17:14:37 +01:00
openglwidgets Compose render-to-texture widgets through QRhi 2022-03-11 21:25:00 +01:00
platformsupport Misc: Do not depend on transitive includes 2022-03-17 17:14:37 +01:00
plugins macOS: Remove dead code for focus ring handling in Mac style 2022-03-18 19:47:59 +01:00
printsupport Misc: Do not depend on transitive includes 2022-03-17 17:14:37 +01:00
sql Sql: Do not depend on transitive includes 2022-03-17 17:14:37 +01:00
testlib Fix deprecated use of QBA/Q*String::count 2022-03-15 20:18:56 +01:00
tools uic: use C string literals for setObjectName() 2022-03-18 18:35:03 +01:00
widgets QObject: restore flags printing in dumpObjectTree() 2022-03-19 12:02:24 +01:00
xml Fix deprecated uses of QScopedPointer 2022-03-08 15:44:17 +01:00
CMakeLists.txt Make it possible to disable the PrintSupport module 2021-02-09 09:17:21 +01:00