summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetacontainer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/kernel/qmetacontainer.cpp')
-rw-r--r--src/corelib/kernel/qmetacontainer.cpp23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/corelib/kernel/qmetacontainer.cpp b/src/corelib/kernel/qmetacontainer.cpp
index 3a1a33a478a..2fa46507fa4 100644
--- a/src/corelib/kernel/qmetacontainer.cpp
+++ b/src/corelib/kernel/qmetacontainer.cpp
@@ -829,27 +829,4 @@ void QMetaSequence::valueAtConstIterator(const void *iterator, void *result) con
type than the QMetaSequence \a rhs, otherwise returns \c false.
*/
-
-/*!
- \internal
- Returns the meta type for keys in the container.
- */
-QMetaType QMetaAssociation::keyMetaType() const
-{
- if (auto iface = d())
- return QMetaType(iface->keyMetaType);
- return QMetaType();
-}
-
-/*!
- \internal
- Returns the meta type for mapped values in the container.
- */
-QMetaType QMetaAssociation::mappedMetaType() const
-{
- if (auto iface = d())
- return QMetaType(iface->mappedMetaType);
- return QMetaType();
-}
-
QT_END_NAMESPACE