forked from qt-creator/qt-creator
Clang: new empty locator filter classes
Introduce classes to replace builtin locator filters. Change-Id: I5cc6f15fb0f59ea8a51b14a86301cf219cc0d6d6 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io> Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
@@ -8,28 +8,32 @@ requires(!isEmpty(LIBTOOLING_LIBS))
|
||||
|
||||
HEADERS += \
|
||||
clangrefactoringplugin.h \
|
||||
baseclangquerytexteditorwidget.h \
|
||||
clangqueryexampletexteditorwidget.h \
|
||||
clangqueryhoverhandler.h \
|
||||
clangqueryprojectsfindfilterwidget.h \
|
||||
clangquerytexteditorwidget.h \
|
||||
qtcreatorclangqueryfindfilter.h \
|
||||
qtcreatorsearch.h \
|
||||
qtcreatorsearchhandle.h \
|
||||
qtcreatorclangqueryfindfilter.h \
|
||||
clangqueryprojectsfindfilterwidget.h \
|
||||
clangqueryexampletexteditorwidget.h \
|
||||
clangquerytexteditorwidget.h \
|
||||
baseclangquerytexteditorwidget.h \
|
||||
clangqueryhoverhandler.h \
|
||||
symbolquery.h \
|
||||
qtcreatorsymbolsfindfilter.h \
|
||||
querysqlitestatementfactory.h \
|
||||
sourcelocations.h
|
||||
sourcelocations.h \
|
||||
symbolsfindfilterconfigwidget.h \
|
||||
symbolquery.h
|
||||
|
||||
SOURCES += \
|
||||
clangrefactoringplugin.cpp \
|
||||
baseclangquerytexteditorwidget.cpp \
|
||||
clangqueryexampletexteditorwidget.cpp \
|
||||
clangqueryhoverhandler.cpp \
|
||||
clangqueryprojectsfindfilterwidget.cpp \
|
||||
clangquerytexteditorwidget.cpp \
|
||||
qtcreatorclangqueryfindfilter.cpp \
|
||||
qtcreatorsearch.cpp \
|
||||
qtcreatorsearchhandle.cpp \
|
||||
qtcreatorclangqueryfindfilter.cpp \
|
||||
clangqueryprojectsfindfilterwidget.cpp \
|
||||
clangqueryexampletexteditorwidget.cpp \
|
||||
clangquerytexteditorwidget.cpp \
|
||||
baseclangquerytexteditorwidget.cpp \
|
||||
clangqueryhoverhandler.cpp \
|
||||
qtcreatorsymbolsfindfilter.cpp \
|
||||
symbolsfindfilterconfigwidget.cpp \
|
||||
symbolquery.cpp
|
||||
|
||||
FORMS += \
|
||||
|
||||
Reference in New Issue
Block a user