qt5base-lts/bin
Olivier Goffart 84e189502a syncqt: Fix regexp capturing class names of partial specialisation
Example with this code:
"template <class Key> struct QHashNode<Key, QHashDummyValue> {"

The previous regexp would take "QHashNode<Key," as some keyword,
and "QHashDummyValue>" as the class name.  By forbidding '<' in the
keyword, we avoid such mistake

Change-Id: I5d5077b9e5e764e91899bcaef137d99214ea5d63
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
2014-07-08 16:12:44 +02:00
..
fixqt4headers.pl fixqt4headers: Fix typo in QtMultimedia headers module name 2013-01-18 17:58:48 +01:00
syncqt.pl syncqt: Fix regexp capturing class names of partial specialisation 2014-07-08 16:12:44 +02:00