- 
    Bug 
- 
    Resolution: Done
- 
    P2: Important 
- 
    Qt Creator 2.0.0
- 
    None
- 
    Windows XP(32bit)
When class is defined as following:
class A {
...
} instance;
code completion on "instance" does not work when typing "instance.", but does work with "instance->" which is incorrect.