diff options
| author | Christian Kandeler <christian.kandeler@qt.io> | 2021-09-02 14:52:29 +0200 |
|---|---|---|
| committer | Christian Kandeler <christian.kandeler@qt.io> | 2021-09-06 14:48:17 +0000 |
| commit | 72d52f3ac2f3297787fa01c9f44fae4d4c1a8e1f (patch) | |
| tree | 29b36e4ce53e0eb60a191c50838e071e51a70ac9 /src/plugins/cppeditor/cppsourceprocessor_test.cpp | |
| parent | d3b55f45cbb794865b2afdff6e8333f552c4f091 (diff) | |
| download | qt-creator-72d52f3ac2f3297787fa01c9f44fae4d4c1a8e1f.tar.gz | |
CppEditor: Un-export some classes
Change-Id: I285fe7bd3ac835c4a43f0a200dd7905f577ff211
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/cppeditor/cppsourceprocessor_test.cpp')
| -rw-r--r-- | src/plugins/cppeditor/cppsourceprocessor_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cppeditor/cppsourceprocessor_test.cpp b/src/plugins/cppeditor/cppsourceprocessor_test.cpp index 89ae5e7aaa..dc010432ad 100644 --- a/src/plugins/cppeditor/cppsourceprocessor_test.cpp +++ b/src/plugins/cppeditor/cppsourceprocessor_test.cpp @@ -47,7 +47,7 @@ using ProjectExplorer::HeaderPathType; using Include = Document::Include; using CppEditor::Tests::TestCase; -using CppEditor::Tests::TestIncludePaths; +using CppEditor::Tests::Internal::TestIncludePaths; namespace CppEditor::Internal { |
