CppEditor: remove unneeded indirection for the outline model

Change-Id: I01e9fb0dae30d6df22c0f5d7255ab247c48749fc
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
David Schulz
2022-08-15 09:42:49 +02:00
parent 8703bcd777
commit b39c7cd782
15 changed files with 86 additions and 150 deletions

View File

@@ -42,7 +42,7 @@ class BaseHoverHandler;
namespace CppEditor {
class AbstractOverviewModel;
class OverviewModel;
class BaseEditorDocumentProcessor;
class CppCompletionAssistProvider;
class ProjectPart;