aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppeditordocument.cpp
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@qt.io>2022-08-19 14:38:11 +0200
committerDavid Schulz <david.schulz@qt.io>2022-08-26 04:48:56 +0000
commit86b451f71ed53c4ed8941460f4a7af695fa7ce04 (patch)
tree0f5532517c01849fd01e6b5c79dcc071e9b31f25 /src/plugins/cppeditor/cppeditordocument.cpp
parent327e229ce0e1e04f447b5513aa3da661967613ba (diff)
CppEditor: rename overview -> outline
There is now a clean border border between outline and overview. Everything defined in CppEditor uses outline and everything in cplusplus uses overview. Change-Id: Ic6637dc53fca3401417180b1873303012a813113 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Diffstat (limited to 'src/plugins/cppeditor/cppeditordocument.cpp')
-rw-r--r--src/plugins/cppeditor/cppeditordocument.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cppeditor/cppeditordocument.cpp b/src/plugins/cppeditor/cppeditordocument.cpp
index cce259c2d8..94bf38dc14 100644
--- a/src/plugins/cppeditor/cppeditordocument.cpp
+++ b/src/plugins/cppeditor/cppeditordocument.cpp
@@ -393,7 +393,7 @@ ParseContextModel &CppEditorDocument::parseContextModel()
return m_parseContextModel;
}
-OverviewModel &CppEditorDocument::outlineModel()
+OutlineModel &CppEditorDocument::outlineModel()
{
return m_overviewModel;
}