aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppeditor.pro
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2021-09-02 08:23:46 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2021-09-03 11:10:26 +0000
commit0a7aca5a71d10973e97e0aacee719acc13c406fb (patch)
tree6b6d2961f5d6263c5d595b1b2fac556509aa1271 /src/plugins/cppeditor/cppeditor.pro
parentf7aa963a072724f35dea4788cd5f473a91288bdd (diff)
CppEditor: Remove class CppEditor
It's not needed, and conflicts with the namespace of the same name in some contexts. Change-Id: I281025abbfad0feb602f006e3b997a8b9c308b48 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/cppeditor/cppeditor.pro')
-rw-r--r--src/plugins/cppeditor/cppeditor.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/cppeditor/cppeditor.pro b/src/plugins/cppeditor/cppeditor.pro
index 636d9d8089..24c6208355 100644
--- a/src/plugins/cppeditor/cppeditor.pro
+++ b/src/plugins/cppeditor/cppeditor.pro
@@ -38,7 +38,6 @@ HEADERS += \
cppcursorinfo.h \
cppdocumentationcommenthelper.h \
cppdoxygen.h \
- cppeditor.h \
cppeditor_global.h \
cppeditor_utils.h \
cppeditorconstants.h \
@@ -163,7 +162,6 @@ SOURCES += \
cppcurrentdocumentfilter.cpp \
cppdocumentationcommenthelper.cpp \
cppdoxygen.cpp \
- cppeditor.cpp \
cppeditordocument.cpp \
cppeditoroutline.cpp \
cppeditorplugin.cpp \