forked from qt-creator/qt-creator
		
	CppTools: Rename SnapshotUpdater to BuiltinEditorDocumentParser
Change-Id: I554b5e9e3f1ef7c167fa45b5cd0c230fdf63073b Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
		
				
					committed by
					
						
						Erik Verbruggen
					
				
			
			
				
	
			
			
			
						parent
						
							7e71a299ef
						
					
				
				
					commit
					7d35212f60
				
			@@ -5,6 +5,7 @@ include(../../qtcreatorplugin.pri)
 | 
			
		||||
HEADERS += \
 | 
			
		||||
    abstracteditorsupport.h \
 | 
			
		||||
    baseeditordocumentparser.h \
 | 
			
		||||
    builtineditordocumentparser.h \
 | 
			
		||||
    builtinindexingsupport.h \
 | 
			
		||||
    commentssettings.h \
 | 
			
		||||
    completionsettingspage.h \
 | 
			
		||||
@@ -41,7 +42,6 @@ HEADERS += \
 | 
			
		||||
    cppqtstyleindenter.h \
 | 
			
		||||
    cpprefactoringchanges.h \
 | 
			
		||||
    cppsemanticinfo.h \
 | 
			
		||||
    cppsnapshotupdater.h \
 | 
			
		||||
    cppsourceprocessor.h \
 | 
			
		||||
    cpptools_global.h \
 | 
			
		||||
    cpptoolsconstants.h \
 | 
			
		||||
@@ -64,6 +64,7 @@ HEADERS += \
 | 
			
		||||
SOURCES += \
 | 
			
		||||
    abstracteditorsupport.cpp \
 | 
			
		||||
    baseeditordocumentparser.cpp \
 | 
			
		||||
    builtineditordocumentparser.cpp \
 | 
			
		||||
    builtinindexingsupport.cpp \
 | 
			
		||||
    commentssettings.cpp \
 | 
			
		||||
    completionsettingspage.cpp \
 | 
			
		||||
@@ -100,7 +101,6 @@ SOURCES += \
 | 
			
		||||
    cppqtstyleindenter.cpp \
 | 
			
		||||
    cpprefactoringchanges.cpp \
 | 
			
		||||
    cppsemanticinfo.cpp \
 | 
			
		||||
    cppsnapshotupdater.cpp \
 | 
			
		||||
    cppsourceprocessor.cpp \
 | 
			
		||||
    cpptoolseditorsupport.cpp \
 | 
			
		||||
    cpptoolsplugin.cpp \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user