CppEditor: Un-export some classes

Change-Id: I285fe7bd3ac835c4a43f0a200dd7905f577ff211
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Christian Kandeler
2021-09-02 14:52:29 +02:00
parent d3b55f45cb
commit 72d52f3ac2
44 changed files with 222 additions and 230 deletions

View File

@@ -42,7 +42,7 @@
using namespace CPlusPlus;
namespace CppEditor {
namespace CppEditor::Internal {
DoxygenGenerator::DoxygenGenerator() = default;
@@ -337,4 +337,4 @@ QString DoxygenGenerator::offsetString() const
return m_commentOffset;
}
} // namespace CppEditor
} // namespace CppEditor::Internal