forked from qt-creator/qt-creator
Cleanup the C++ front-end.
Removed CPLUSPLUS_BEGIN/END_NAMESPACE & co and made it possible to compile the parser with CPLUSPLUS_WITHOUT_QT.
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
#include "SymbolVisitor.h"
|
||||
#include "Symbol.h"
|
||||
|
||||
CPLUSPLUS_USE_NAMESPACE
|
||||
using namespace CPlusPlus;
|
||||
|
||||
SymbolVisitor::SymbolVisitor()
|
||||
{ }
|
||||
|
||||
Reference in New Issue
Block a user