[Qt-creator] Auto completion bug

Frank Neuhaus dtag00 at gmail.com
Sat May 23 14:15:51 CEST 2009


Hey,

once again I found a bug in auto completion. Consider the following code:

class Other
{
public:
    void foo() {}
};
class Parent
{
public:
    static Other* getOther() { return new Other; }
};
class X : public Parent
{
};


Now

X::getOther()-> should display the foo() method. It does not pop up anything
though.

Thanks
   Frank
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20090523/b643937f/attachment.html 


More information about the Qt-creator-old mailing list