diff options
| author | Tobias Hunger <tobias.hunger@digia.com> | 2014-09-30 12:13:13 +0200 |
|---|---|---|
| committer | Tobias Hunger <tobias.hunger@theqtcompany.com> | 2014-09-30 17:29:16 +0200 |
| commit | ac02f6fb89c5adcfaa2e9ebdc6ccd46be69d552f (patch) | |
| tree | 2a39477a4ec1ce3ca0162c4c67faf9fcac770bc9 /src/plugins/pythoneditor/wizard/pythonfilewizard.cpp | |
| parent | ed8a9cba2b2ec8fd5c6f2ce0f47e403cd163fc33 (diff) | |
| download | qt-creator-ac02f6fb89c5adcfaa2e9ebdc6ccd46be69d552f.tar.gz | |
JsonWizard: Replace TextFileWizard with JsonWizard
Change-Id: Iae2833554529c2f333d9781eb0f7fa28f3bfde79
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Diffstat (limited to 'src/plugins/pythoneditor/wizard/pythonfilewizard.cpp')
| -rw-r--r-- | src/plugins/pythoneditor/wizard/pythonfilewizard.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/pythoneditor/wizard/pythonfilewizard.cpp b/src/plugins/pythoneditor/wizard/pythonfilewizard.cpp index 1c61045751..fad1497c11 100644 --- a/src/plugins/pythoneditor/wizard/pythonfilewizard.cpp +++ b/src/plugins/pythoneditor/wizard/pythonfilewizard.cpp @@ -35,7 +35,6 @@ #include "../pythoneditorconstants.h" #include <coreplugin/basefilewizard.h> -#include <texteditor/textfilewizard.h> #include <utils/filewizardpage.h> #include <utils/qtcassert.h> |
