diff --git a/src/plugins/cppeditor/cppfunctiondecldeflink.cpp b/src/plugins/cppeditor/cppfunctiondecldeflink.cpp index c07b0686427..7481778927a 100644 --- a/src/plugins/cppeditor/cppfunctiondecldeflink.cpp +++ b/src/plugins/cppeditor/cppfunctiondecldeflink.cpp @@ -640,6 +640,7 @@ ChangeSet FunctionDeclDefLink::changes(const Snapshot &snapshot, int targetOffse Control *control = sourceContext.bindings()->control().data(); Overview overview = overviewFromCurrentProjectStyle; overview.showReturnTypes = true; + overview.showTemplateParameters = true; // make a easy to access list of the target parameter declarations QVarLengthArray targetParameterDecls;