forked from qt-creator/qt-creator
Removed deprecated PrettyPrinter. We need a way to generate the pretty printer from the C++ parser.
This commit is contained in:
@@ -36,7 +36,6 @@ HEADERS += \
|
||||
$$PWD/TranslationUnit.h \
|
||||
$$PWD/Type.h \
|
||||
$$PWD/TypeVisitor.h \
|
||||
$$PWD/PrettyPrinter.h \
|
||||
$$PWD/ObjectiveCTypeQualifiers.h
|
||||
|
||||
SOURCES += \
|
||||
@@ -75,6 +74,6 @@ SOURCES += \
|
||||
$$PWD/Token.cpp \
|
||||
$$PWD/TranslationUnit.cpp \
|
||||
$$PWD/Type.cpp \
|
||||
$$PWD/TypeVisitor.cpp \
|
||||
$$PWD/PrettyPrinter.cpp
|
||||
$$PWD/TypeVisitor.cpp
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user