summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-07-21 11:27:58 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-07-24 10:02:27 +0200
commit61a50b2b9b5bca5482e3ce981f4ed6d031a6255a (patch)
treec9a8ba3f505bd6d91f83bc66b8589064849c5dfc /src/corelib/kernel/qobject.cpp
parent27fcf66319605ed29d35de4034a41f05e8ba0a3b (diff)
Fix a number of qdoc warnings related to deprecation
Remove obsolete documentation. Change-Id: Iaf4b6f9852a883dea0f256c5c89e74f6ebbe85f3 Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io>
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.