forked from qt-creator/qt-creator
		
	Add locator filter for all included files.
Collects all included files from any file of any project or that is open in an editor. It has the same shortcut as the files from any project filter and is also enabled by default. Task-number: QTCREATORBUG-280 Change-Id: I7cd89ee68d2f8ec4e0ea03de0c11671f489c47dc Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
		@@ -28,6 +28,7 @@ HEADERS += \
 | 
			
		||||
    cppfilesettingspage.h \
 | 
			
		||||
    cppfindreferences.h \
 | 
			
		||||
    cppfunctionsfilter.h \
 | 
			
		||||
    cppincludesfilter.h \
 | 
			
		||||
    cppindexingsupport.h \
 | 
			
		||||
    cpplocalsymbols.h \
 | 
			
		||||
    cpplocatordata.h \
 | 
			
		||||
@@ -89,6 +90,7 @@ SOURCES += \
 | 
			
		||||
    cppfilesettingspage.cpp \
 | 
			
		||||
    cppfindreferences.cpp \
 | 
			
		||||
    cppfunctionsfilter.cpp \
 | 
			
		||||
    cppincludesfilter.cpp \
 | 
			
		||||
    cppindexingsupport.cpp \
 | 
			
		||||
    cpplocalsymbols.cpp \
 | 
			
		||||
    cpplocatordata.cpp \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user