diff options
author | Tobias Hunger <tobias.hunger@theqtcompany.com> | 2014-10-15 10:50:15 +0200 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@theqtcompany.com> | 2014-10-15 18:21:49 +0200 |
commit | 50df8aa98419c25983327b97c5c273be4e308e9a (patch) | |
tree | 3f59aecbeffab1f7bb7b346c7bc398b17c3f2de0 /src/plugins/cppeditor/cppeditor.pro | |
parent | f429d3a08bf3a8ad6d1a195458d3dcd478849958 (diff) | |
download | qt-creator-50df8aa98419c25983327b97c5c273be4e308e9a.tar.gz |
JsonWizard: Replace CppClassWizard with a JsonWizard
Change-Id: I4e1aeea4ccd1087b5e804e9ba4c2aa8fde4f4fcb
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
Diffstat (limited to 'src/plugins/cppeditor/cppeditor.pro')
-rw-r--r-- | src/plugins/cppeditor/cppeditor.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/cppeditor/cppeditor.pro b/src/plugins/cppeditor/cppeditor.pro index 04b3f0eb76..a4c0bf2a5e 100644 --- a/src/plugins/cppeditor/cppeditor.pro +++ b/src/plugins/cppeditor/cppeditor.pro @@ -4,7 +4,6 @@ include(../../qtcreatorplugin.pri) HEADERS += \ cppautocompleter.h \ cppcanonicalsymbol.h \ - cppclasswizard.h \ cppcodemodelinspectordialog.h \ cppdocumentationcommenthelper.h \ cppeditor.h \ @@ -39,7 +38,6 @@ HEADERS += \ SOURCES += \ cppautocompleter.cpp \ cppcanonicalsymbol.cpp \ - cppclasswizard.cpp \ cppcodemodelinspectordialog.cpp \ cppdocumentationcommenthelper.cpp \ cppeditor.cpp \ |