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

@@ -44,7 +44,7 @@
using namespace CPlusPlus;
namespace CppEditor {
namespace CppEditor::Internal {
static QStringList stripName(const QString &name)
{
@@ -754,4 +754,4 @@ Utils::Link CppElementEvaluator::linkFromExpression(const QString &expression, c
return Utils::Link();
}
} // namespace CppEditor
} // namespace CppEditor::Internal