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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user