Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: Qt Creator 4.15.0-beta2
-
Fix Version/s: Qt Creator 4.15.0-rc1
-
Component/s: C/C++/Obj-C++ Support
-
Labels:None
-
Platform/s:
-
Commits:24eb796231b7b3a01a801579ec81068102efb7ac
Description
Minimal example:
I have test.h file, and when I try to add definition of some_func(const QVector<QString> &texts) to cpp, then I get:
QVector without template type.