Added the CppFunctionsFilter to QuickOpen

In the GUI this is currently called "Methods" with the shortcut 'm'.
This commit is contained in:
Thorbjørn Lindeijer
2008-12-09 17:15:00 +01:00
parent a908e6737c
commit 5f544b4daf
5 changed files with 129 additions and 5 deletions

View File

@@ -10,15 +10,16 @@ unix:QMAKE_CXXFLAGS_DEBUG += -O3
INCLUDEPATH += .
DEFINES += CPPTOOLS_LIBRARY
CONFIG += help
HEADERS += cpptools_global.h \
cppquickopenfilter.h \
cppclassesfilter.h \
searchsymbols.h
searchsymbols.h \
cppfunctionsfilter.h
SOURCES += cppquickopenfilter.cpp \
cpptoolseditorsupport.cpp \
cppclassesfilter.cpp \
searchsymbols.cpp
searchsymbols.cpp \
cppfunctionsfilter.cpp
# Input
SOURCES += cpptools.cpp \