forked from qt-creator/qt-creator
Added support to C++ symbols rewriting.
This should simplify full C++ template instantiations. Reviewed-by: Christian Kamm
This commit is contained in:
1
src/libs/3rdparty/cplusplus/Control.h
vendored
1
src/libs/3rdparty/cplusplus/Control.h
vendored
@@ -208,6 +208,7 @@ public:
|
||||
Symbol **lastSymbol() const;
|
||||
|
||||
bool hasSymbol(Symbol *symbol) const;
|
||||
void addSymbol(Symbol *symbol);
|
||||
|
||||
void squeeze();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user