-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 2.1.0, Qt Creator 2.2.0
-
None
-
Qt 4.7.1 (from git)
Gentoo Linux
-
64d80150faaffa34f0a05c9692d7286c473c0b01
Consider the following snippet:
void foo() { using mynamespace::myclass; myclass c; }
Code completion/navigation/syntax highlighting, etc... does not work for 'c'. The following snippet does work, however:
void foo() { using namespace mynamespace; myclass c; }
- replaces
-
QTCREATORBUG-3030 Using directives importing single classes not recognized
-
- Closed
-
For Gerrit Dashboard: QTCREATORBUG-2668 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
54826,4 | C++: fix code completion when 'using' declaration inside function | master | qt-creator/qt-creator | Status: MERGED | +2 | 0 |