I have a template member function,
template<class T> SharedPtr<T> createObject();
which is used like this:
...->createObject<Curve>();
But all the usage of createObject<*> doesn't show up
when I trigger the relevant popup menu item,
('Verwendung suchen', Ctrl-Shift-U).
Usage of non-template functions are correctly shown.
Is this by design? A limitation of the code parser?
(Creater 1.3.0 RC1)
Peter
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator