diff options
author | Tobias Hunger <tobias.hunger@digia.com> | 2014-02-13 16:17:23 +0100 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@digia.com> | 2014-02-17 11:00:58 +0100 |
commit | 354559aa71df7525d7d8d941ceb72730a594c70d (patch) | |
tree | 48f15f9bc7ccc8a7a091342660dc231be63f0e1e /dist | |
parent | 5bd4dd7a354ce349d22898069a8a8b0039e73b73 (diff) | |
download | qt-creator-354559aa71df7525d7d8d941ceb72730a594c70d.tar.gz |
CustomWizard: Use object pool to find factories
Rename class type of CustomQmakeProjectWizard from "qt4project" to
"qmakeproject" and document that change in the manual and changes-3.1.0.
Also update all the in-tree xml files to that new class name.
Change-Id: I7a9ef914a429d68e7f37a2115c03fa81d7433398
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-3.1.0 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/changes-3.1.0 b/dist/changes-3.1.0 index 6ededf8c44..0346ffb142 100644 --- a/dist/changes-3.1.0 +++ b/dist/changes-3.1.0 @@ -96,6 +96,7 @@ Platform Specific Linux Qt Support + * Custom wizards now use class "qmakeproject" instead of "qt4project" QNX * Added support for Python based pretty printers when debugging on devices |