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