aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/ApiExtractor
diff options
context:
space:
mode:
authorTilman Roeder <tilman.roder@qt.io>2018-08-10 15:48:55 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2018-08-20 08:17:35 +0000
commitac683793d7d0575f3f70f7b73dcaf1c29032a99b (patch)
treec4dfde3cc9b686751ccbe3b41c5c94647401ef63 /sources/shiboken2/ApiExtractor
parent6b0fd960c1b5e99fbd6952f3726646374e956dde (diff)
Clarify template error message
Change-Id: I928ed3d07cd66393675d014050c3bf3ab2ea5c49 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sources/shiboken2/ApiExtractor')
-rw-r--r--sources/shiboken2/ApiExtractor/abstractmetabuilder.cpp2
1 files changed, 1 insertions, 1 deletions
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.";
}
}