C++: added quickfix to insert a method definition.

Reviewed-by: Christian Kamm
This commit is contained in:
Erik Verbruggen
2010-09-30 12:09:38 +02:00
parent 44d87bf85d
commit 3ebc328498
13 changed files with 159 additions and 199 deletions

View File

@@ -48,8 +48,7 @@ HEADERS += \
$$PWD/pp-cctype.h \
$$PWD/pp-engine.h \
$$PWD/pp-macro-expander.h \
$$PWD/pp-scanner.h \
$$PWD/InsertionPointLocator.h
$$PWD/pp-scanner.h
SOURCES += \
$$PWD/SimpleLexer.cpp \
@@ -73,7 +72,6 @@ SOURCES += \
$$PWD/Macro.cpp \
$$PWD/pp-engine.cpp \
$$PWD/pp-macro-expander.cpp \
$$PWD/pp-scanner.cpp \
$$PWD/InsertionPointLocator.cpp
$$PWD/pp-scanner.cpp
RESOURCES += $$PWD/cplusplus.qrc