forked from qt-creator/qt-creator
		
	C++: added quickfix to insert a method definition.
Reviewed-by: Christian Kamm
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user