forked from qt-creator/qt-creator
Fixed missing include, and #undeffed debug code.
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
|
||||
#ifdef DEBUG_AST_PATH
|
||||
# include <QtCore/QDebug>
|
||||
# include <typeinfo>
|
||||
#endif // DEBUG_AST_PATH
|
||||
|
||||
using namespace CPlusPlus;
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
#include <QtCore/QList>
|
||||
#include <QtGui/QTextCursor>
|
||||
|
||||
#define DEBUG_AST_PATH
|
||||
#undef DEBUG_AST_PATH
|
||||
|
||||
namespace CPlusPlus {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user