[Qt-creator] Usage of template function

Peter Kümmel syntheticpp at gmx.net
Fri Nov 20 11:19:23 CET 2009


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




More information about the Qt-creator-old mailing list