diff options
author | hjk <qtc-committer@nokia.com> | 2011-11-18 12:54:41 +0100 |
---|---|---|
committer | hjk <qthjk@ovi.com> | 2011-11-18 17:50:06 +0100 |
commit | 46eb49eafd5d231443ea5855e06d8885da26eca8 (patch) | |
tree | d537350b3f91e556a9535ce8d7c164af5f9f112b /src/plugins/qt4projectmanager/wizards/qtwizard.h | |
parent | 9caeccbb0ddd0139f4b8d809c59c5052f6dd53ee (diff) | |
download | qt-creator-46eb49eafd5d231443ea5855e06d8885da26eca8.tar.gz |
projectmanager: re-organize New Project categories
Change-Id: Ie549f9843db985018af380eb6105e136f21989f7
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Diffstat (limited to 'src/plugins/qt4projectmanager/wizards/qtwizard.h')
-rw-r--r-- | src/plugins/qt4projectmanager/wizards/qtwizard.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/qt4projectmanager/wizards/qtwizard.h b/src/plugins/qt4projectmanager/wizards/qtwizard.h index b589f2c6fb..9cdc2950b7 100644 --- a/src/plugins/qt4projectmanager/wizards/qtwizard.h +++ b/src/plugins/qt4projectmanager/wizards/qtwizard.h @@ -65,7 +65,6 @@ class QtWizard : public Core::BaseFileWizard protected: QtWizard(const QString &id, const QString &category, - const QString &categoryTranslationScope, const QString &displayCategory, const QString &name, const QString &description, |