From 804cb94da9a299118300c215a4d7445faa6236c3 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Mon, 6 Jul 2020 22:00:19 +0200 Subject: [PATCH] Small doc fix Change-Id: I349f68c4b86558aba5db4e8fbe5d876447baaeb3 Reviewed-by: Thiago Macieira Reviewed-by: Paul Wicking Reviewed-by: Fabian Kosmale Reviewed-by: Ulf Hermann --- src/corelib/kernel/qmetatype.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/corelib/kernel/qmetatype.cpp b/src/corelib/kernel/qmetatype.cpp index 7440f58a1c..9ccb0c5e75 100644 --- a/src/corelib/kernel/qmetatype.cpp +++ b/src/corelib/kernel/qmetatype.cpp @@ -1595,12 +1595,10 @@ static QtPrivate::QMetaTypeInterface *interfaceForType(int typeId) } /*! - \fn QMetaType::QMetaType(const int typeId) + \fn QMetaType::QMetaType(int typeId) \since 5.0 Constructs a QMetaType object that contains all information about type \a typeId. - - \note The default parameter was added in Qt 5.15. */ QMetaType::QMetaType(int typeId) : QMetaType(interfaceForType(typeId)) {}