diff options
Diffstat (limited to 'src/libs/cplusplus/CppDocument.h')
-rw-r--r-- | src/libs/cplusplus/CppDocument.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/cplusplus/CppDocument.h b/src/libs/cplusplus/CppDocument.h index 6a9a1e302d..f2159142f3 100644 --- a/src/libs/cplusplus/CppDocument.h +++ b/src/libs/cplusplus/CppDocument.h @@ -86,7 +86,9 @@ public: unsigned globalSymbolCount() const; Symbol *globalSymbolAt(unsigned index) const; Scope *globalSymbols() const; // ### deprecate? + Namespace *globalNamespace() const; + void setGlobalNamespace(Namespace *globalNamespace); // ### internal QList<Macro> definedMacros() const { return _definedMacros; } |