Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
Qt Creator 2.7.0, Qt Creator 2.8.0, Qt Creator 3.1.0-beta
-
None
-
Window 7
Qt Creator 3.0.1
Basé sur Qt 5.2.1 (MSVC 2010, 32 bit)
Compilé le Jan 31 2014 à 05:16:27
Depuis la révision 51af63bb9e
Copyright 2008-2014 Digia Plc. Tous droits réservés.
Description
when i define a local class in a function:
#include <QThread> ... void MyClass::DoSomething(){ class MyLocalClass: public QThread{ int m_my_attribute; public: MyLocalClass(){ } void do_som(){} }; MyLocalClass local_class; }
inside the constructor , m_my_attribute is note accessible via code completion;
i can't insert virtual function of base class with the refactoring contextmenu tool
int m_my_attribute is not colored.
and code completion on variable local_class doesnt work too
I need this functionnality when overriding visitors.
and doesnt have code completion stuff is a pain!
Attachments
Issue Links
- is replaced by
-
QTCREATORBUG-8049 auto-completion fails in the structure defined in the function.
-
- Closed
-