diff options
| author | Tobias Hunger <tobias.hunger@digia.com> | 2013-08-21 12:48:46 +0200 |
|---|---|---|
| committer | Tobias Hunger <tobias.hunger@digia.com> | 2013-08-21 16:55:16 +0200 |
| commit | 95859289b8cd48009515829c762869191d5adb92 (patch) | |
| tree | fd50c8d09144c21afc4b52854336f91db9b6dca0 /src/plugins/pythoneditor/wizard/pythonclasswizard.cpp | |
| parent | 6ee2d554e1316e4d2e97510551c77696e65ce3d4 (diff) | |
| download | qt-creator-95859289b8cd48009515829c762869191d5adb92.tar.gz | |
KitManager: Use static API as other singletons do
Change-Id: Ia49c6552a5aae72870687ef9c64f2642fbe24155
Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'src/plugins/pythoneditor/wizard/pythonclasswizard.cpp')
| -rw-r--r-- | src/plugins/pythoneditor/wizard/pythonclasswizard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/pythoneditor/wizard/pythonclasswizard.cpp b/src/plugins/pythoneditor/wizard/pythonclasswizard.cpp index f172d1ce1d..262d178efc 100644 --- a/src/plugins/pythoneditor/wizard/pythonclasswizard.cpp +++ b/src/plugins/pythoneditor/wizard/pythonclasswizard.cpp @@ -117,7 +117,7 @@ Kit *ClassWizard::kitForWizard(const ClassWizardDialog *wizard) const if (proj && proj->activeTarget()) return proj->activeTarget()->kit(); - return KitManager::instance()->defaultKit(); + return KitManager::defaultKit(); } } // namespace PythonEditor |
