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/cppquickfix_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/cppquickfix_test.cpp')
-rw-r--r-- | src/plugins/cppeditor/cppquickfix_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cppeditor/cppquickfix_test.cpp b/src/plugins/cppeditor/cppquickfix_test.cpp index 5695524a02..f270c517fd 100644 --- a/src/plugins/cppeditor/cppquickfix_test.cpp +++ b/src/plugins/cppeditor/cppquickfix_test.cpp @@ -50,7 +50,7 @@ using namespace CPlusPlus; using namespace TextEditor; using CppEditor::Tests::TemporaryDir; -using CppEditor::Tests::TestIncludePaths; +using CppEditor::Tests::Internal::TestIncludePaths; typedef QByteArray _; |