Details
-
Bug
-
Resolution: Duplicate
-
P3: Somewhat important
-
None
-
Qt Creator 3.0.0-rc1, Qt Creator 3.1.0-beta
-
None
-
Build from: 84576b1680387df369211358a0d523142cc9b726
Description
I have Qt Creator build from 84576b1680387df369211358a0d523142cc9b726
foo.hpp:
#include <vector> class Foo { public: std::vector<int>::size_type getSize(); }
Now I use "Add definition <Whatever>" and get:
std::vector::size_type Foo::getSize() { }
Looks like a regression; see: QTCREATORBUG-6784
Attachments
Issue Links
- is replaced by
-
QTCREATORBUG-9727 Refactor -> add definition in X.cpp: template arguments discarded when using nested classes
-
- Open
-