aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppeditor.pro
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2014-01-23 07:53:24 +0200
committerOrgad Shaneh <orgads@gmail.com>2014-01-24 11:35:03 +0100
commitb7280455886e4879a80a05a56ca14af5ba92ca58 (patch)
treec7079def6f654e36f73b8f86cff447ca9bb5c74e /src/plugins/cppeditor/cppeditor.pro
parentf84074b81d8491128f6206ad6ac0b224565d351e (diff)
CppEditor: Move InsertVirtualMethods to its own file
It contains many components, doesn't make sense to have it with all other quickfixes. Change-Id: Idede14c90ba9b612ae9e9048f5795d674811acfe Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
Diffstat (limited to 'src/plugins/cppeditor/cppeditor.pro')
-rw-r--r--src/plugins/cppeditor/cppeditor.pro9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/plugins/cppeditor/cppeditor.pro b/src/plugins/cppeditor/cppeditor.pro
index 3ab35cdf4c..6958bb920a 100644
--- a/src/plugins/cppeditor/cppeditor.pro
+++ b/src/plugins/cppeditor/cppeditor.pro
@@ -29,7 +29,8 @@ HEADERS += \
cppsnippetprovider.h \
cpptypehierarchy.h \
cppvirtualfunctionassistprovider.h \
- cppvirtualfunctionproposalitem.h
+ cppvirtualfunctionproposalitem.h \
+ cppinsertvirtualmethods.h
SOURCES += \
cppautocompleter.cpp \
@@ -56,7 +57,8 @@ SOURCES += \
cppsnippetprovider.cpp \
cpptypehierarchy.cpp \
cppvirtualfunctionassistprovider.cpp \
- cppvirtualfunctionproposalitem.cpp
+ cppvirtualfunctionproposalitem.cpp \
+ cppinsertvirtualmethods.cpp
FORMS += \
cpppreprocessordialog.ui \
@@ -68,13 +70,12 @@ RESOURCES += \
equals(TEST, 1) {
HEADERS += \
cppeditortestcase.h \
- cppquickfix_test_utils.h
+ cppquickfix_test.h
SOURCES += \
cppdoxygen_test.cpp \
cppeditortestcase.cpp \
cppincludehierarchy_test.cpp \
cppquickfix_test.cpp \
- cppquickfix_test_utils.cpp \
fileandtokenactions_test.cpp \
followsymbol_switchmethoddecldef_test.cpp
DEFINES += SRCDIR=\\\"$$PWD\\\"