forked from qt-creator/qt-creator
JsonWizard: Replace Python class wizard with a JsonWizard
* Remove Qt4 support. * Remove some UI options that did not do anything in the original wizard Change-Id: I9647cbc6cd0958a02df5b2fe480b9c8069249521 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -10,10 +10,6 @@ HEADERS += \
|
||||
pythoneditorplugin.h \
|
||||
pythoneditor.h \
|
||||
pythoneditorconstants.h \
|
||||
wizard/pythonclasswizard.h \
|
||||
wizard/pythonclassnamepage.h \
|
||||
wizard/pythonclasswizarddialog.h \
|
||||
wizard/pythonsourcegenerator.h \
|
||||
tools/pythonhighlighter.h \
|
||||
tools/pythonindenter.h \
|
||||
tools/lexical/pythonformattoken.h \
|
||||
@@ -23,10 +19,6 @@ HEADERS += \
|
||||
SOURCES += \
|
||||
pythoneditorplugin.cpp \
|
||||
pythoneditor.cpp \
|
||||
wizard/pythonclasswizarddialog.cpp \
|
||||
wizard/pythonclasswizard.cpp \
|
||||
wizard/pythonclassnamepage.cpp \
|
||||
wizard/pythonsourcegenerator.cpp \
|
||||
tools/pythonhighlighter.cpp \
|
||||
tools/pythonindenter.cpp \
|
||||
tools/lexical/pythonscanner.cpp
|
||||
|
||||
Reference in New Issue
Block a user