summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetatype.cpp
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@digia.com>2015-06-30 10:42:41 +0200
committerMartin Smith <martin.smith@digia.com>2015-07-07 12:58:55 +0000
commit6384c4e94041e588d1defbfd3b4dbbe2f611715c (patch)
tree943e240e9f0a70b82857d892f9e47f3939e4493e /src/corelib/kernel/qmetatype.cpp
parent899153b6f9b01be4e0eef692090f66fd54b1bdee (diff)
qdoc:Fixed a few qdoc errors
Fixed a few qdoc error messages caused by errors in qmetatype.cpp and qtextlayout.cpp and qtestcase.cpp and qpointer.cpp Change-Id: I662aa25bedba057e125e289c34787e81793941ff Task-number: QTBUG-46939 Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src/corelib/kernel/qmetatype.cpp')
-rw-r--r--src/corelib/kernel/qmetatype.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/corelib/kernel/qmetatype.cpp b/src/corelib/kernel/qmetatype.cpp
index 58912e3fb7..641053371d 100644
--- a/src/corelib/kernel/qmetatype.cpp
+++ b/src/corelib/kernel/qmetatype.cpp
@@ -1178,12 +1178,6 @@ bool QMetaType::isRegistered(int type)
return ((type >= User) && (ct && ct->count() > type - User) && !ct->at(type - User).typeName.isEmpty());
}
-/*!
- \fn int qMetaTypeTypeImpl(const char *typeName, int length)
- \internal
-
- Implementation of QMetaType::type().
-*/
template <bool tryNormalizedType>
static inline int qMetaTypeTypeImpl(const char *typeName, int length)
{