From adb44ae6ef1d102caea1338373be078bf4a5d640 Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Mon, 17 Oct 2016 21:57:14 +0200 Subject: Bug 729921 - wrong collaboration diagram when in template used scoped argument type --- src/util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.cpp b/src/util.cpp index 6f7703b..44f635e 100755 --- a/src/util.cpp +++ b/src/util.cpp @@ -6147,7 +6147,7 @@ QCString normalizeNonTemplateArgumentsInString( p++; QCString result = name.left(p); - static QRegExp re("[a-z_A-Z\\x80-\\xFF][a-z_A-Z0-9\\x80-\\xFF]*"); + static QRegExp re("[a-z:_A-Z\\x80-\\xFF][a-z:_A-Z0-9\\x80-\\xFF]*"); int l,i; // for each identifier in the template part (e.g. B -> T) while ((i=re.match(name,p,&l))!=-1) -- cgit v0.12