https://bugs.kde.org/show_bug.cgi?id=375642
vbspam <vbs...@centrum.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vbs...@centrum.cz --- Comment #2 from vbspam <vbs...@centrum.cz> --- It does not work even for simple scenario like this: file: ClassB.hpp> #pragma once template<typename T> class ClassB { public: void DoSomething(int T) {} }; file: testClassB.cpp #include <ClassB.hpp> void testClassB() { ClassB<int> testInstance; testInstance.DoSomething( //here it does not propose arguments } In complex C++11,14,17 constructs it stops working complete, leaving me only with Automatic Word Completion nonsense. -- You are receiving this mail because: You are watching all bug changes.