summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/kernel/qobject.cpp')
-rw-r--r--src/corelib/kernel/qobject.cpp32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/corelib/kernel/qobject.cpp b/src/corelib/kernel/qobject.cpp
index 615bc63f1d..0e65580e7f 100644
--- a/src/corelib/kernel/qobject.cpp
+++ b/src/corelib/kernel/qobject.cpp
@@ -4091,21 +4091,6 @@ static void dumpRecursive(int level, const QObject *object)
}
}
-#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
-/*!
- \overload
- \obsolete
-
- Dumps a tree of children to the debug output.
-
- \sa dumpObjectInfo()
-*/
-
-void QObject::dumpObjectTree()
-{
- const_cast<const QObject *>(this)->dumpObjectTree();
-}
-#endif
/*!
Dumps a tree of children to the debug output.
@@ -4120,23 +4105,6 @@ void QObject::dumpObjectTree() const
dumpRecursive(0, this);
}
-#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
-/*!
- \overload
- \obsolete
-
- Dumps information about signal connections, etc. for this object
- to the debug output.
-
- \sa dumpObjectTree()
-*/
-
-void QObject::dumpObjectInfo()
-{
- const_cast<const QObject *>(this)->dumpObjectInfo();
-}
-#endif
-
/*!
Dumps information about signal connections, etc. for this object
to the debug output.