forked from qt-creator/qt-creator
CppEditor: Un-export some classes
Change-Id: I285fe7bd3ac835c4a43f0a200dd7905f577ff211 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user