summaryrefslogtreecommitdiff
path: root/src/plugins/pythoneditor/wizard/pythonfilewizard.cpp
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2014-02-13 14:56:14 +0100
committerTobias Hunger <tobias.hunger@digia.com>2014-02-13 16:21:29 +0100
commit424b9a0036141d24cb6d563c8cf76e2d7e6b2ab5 (patch)
treef4c9b6c1162f499241dbdaaeefecdfb69cc90951 /src/plugins/pythoneditor/wizard/pythonfilewizard.cpp
parent12b0fedcfc4b9de489aa9fa028a77333f7510801 (diff)
downloadqt-creator-424b9a0036141d24cb6d563c8cf76e2d7e6b2ab5.tar.gz
IWizard and derived classes: Code cleanups
There should be no functional changes, just removal of unnecessary code. This includes: * Removal of unused QObject *parent = 0 parameters to constructors * Removal of unnecessary explicits * Removal of unnecessary virtuals * Removal of unnecessary constructors/destructors Some explicits were added though where those were missing. Change-Id: Iab570349ea950dad0a2d01af17bc6175f70832f1 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'src/plugins/pythoneditor/wizard/pythonfilewizard.cpp')
-rw-r--r--src/plugins/pythoneditor/wizard/pythonfilewizard.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/pythoneditor/wizard/pythonfilewizard.cpp b/src/plugins/pythoneditor/wizard/pythonfilewizard.cpp
index 105b4abacf..dbf444d17d 100644
--- a/src/plugins/pythoneditor/wizard/pythonfilewizard.cpp
+++ b/src/plugins/pythoneditor/wizard/pythonfilewizard.cpp
@@ -55,10 +55,6 @@ FileWizard::FileWizard()
setDescription(FileWizard::tr(Constants::EN_PY_SOURCE_DESCRIPTION));
}
-FileWizard::~FileWizard()
-{
-}
-
/**
* @brief FileWizard::createWizardDialog
* @param parent