- 
    Bug 
- 
    Resolution: Done
- 
     Not Evaluated Not Evaluated
- 
    Qt Creator 2.3.0
Inside a class definition I have:
    void foo(int) const {}
    void foo(const QString &) const {}
When I do "Switch Between Method Declaration/Definition" over the first one it jumps to the second one, though it shouldn't jump anywhere.