Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
8390d165
Commit
8390d165
authored
May 28, 2010
by
Erik Verbruggen
Browse files
Fixed missing include, and #undeffed debug code.
parent
41bc5dac
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/libs/cplusplus/ASTPath.cpp
View file @
8390d165
...
@@ -34,6 +34,7 @@
...
@@ -34,6 +34,7 @@
#ifdef DEBUG_AST_PATH
#ifdef DEBUG_AST_PATH
# include <QtCore/QDebug>
# include <QtCore/QDebug>
# include <typeinfo>
#endif // DEBUG_AST_PATH
#endif // DEBUG_AST_PATH
using
namespace
CPlusPlus
;
using
namespace
CPlusPlus
;
...
...
src/libs/cplusplus/ASTPath.h
View file @
8390d165
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
#include <QtCore/QList>
#include <QtCore/QList>
#include <QtGui/QTextCursor>
#include <QtGui/QTextCursor>
#def
ine
DEBUG_AST_PATH
#
un
def DEBUG_AST_PATH
namespace
CPlusPlus
{
namespace
CPlusPlus
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment