From ac683793d7d0575f3f70f7b73dcaf1c29032a99b Mon Sep 17 00:00:00 2001 From: Tilman Roeder Date: Fri, 10 Aug 2018 15:48:55 +0200 Subject: Clarify template error message Change-Id: I928ed3d07cd66393675d014050c3bf3ab2ea5c49 Reviewed-by: Friedemann Kleint --- sources/shiboken2/ApiExtractor/abstractmetabuilder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources/shiboken2/ApiExtractor/abstractmetabuilder.cpp') diff --git a/sources/shiboken2/ApiExtractor/abstractmetabuilder.cpp b/sources/shiboken2/ApiExtractor/abstractmetabuilder.cpp index bcd447023..3f76739f3 100644 --- a/sources/shiboken2/ApiExtractor/abstractmetabuilder.cpp +++ b/sources/shiboken2/ApiExtractor/abstractmetabuilder.cpp @@ -2842,7 +2842,7 @@ bool AbstractMetaBuilderPrivate::inheritTemplate(AbstractMetaClass *subclass, } else { qCWarning(lcShiboken).noquote().nospace() << "Ignoring template parameter " << templateParamName << " from " - << info.toString() << ", because I don't know what it is."; + << info.toString() << ". The corresponding type was not found in the typesystem."; } } -- cgit v1.2.3