summaryrefslogtreecommitdiff
path: root/src/designer/src/components/propertyeditor/designerpropertymanager.cpp
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2011-11-02 19:38:10 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-09 11:35:36 +0100
commitf9aa0fb422ebc6a5a5b1416269eda471887a2c90 (patch)
treec7736d5344bb87306b770dcb25dd1975d6044d4c /src/designer/src/components/propertyeditor/designerpropertymanager.cpp
parent7c786616af4ae83a9ee21de23274c8cf27c59c09 (diff)
downloadqttools-f9aa0fb422ebc6a5a5b1416269eda471887a2c90.tar.gz
Replace Q_TYPENAME by typename
Q_TYPENAME is being removed. Change-Id: I4b4b34dbf87e3f2f3a604d4370d1c0e55e1553c5 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'src/designer/src/components/propertyeditor/designerpropertymanager.cpp')
-rw-r--r--src/designer/src/components/propertyeditor/designerpropertymanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/designer/src/components/propertyeditor/designerpropertymanager.cpp b/src/designer/src/components/propertyeditor/designerpropertymanager.cpp
index 57cf60047..391ecb06e 100644
--- a/src/designer/src/components/propertyeditor/designerpropertymanager.cpp
+++ b/src/designer/src/components/propertyeditor/designerpropertymanager.cpp
@@ -2292,7 +2292,7 @@ void DesignerEditorFactory::disconnectPropertyManager(QtVariantPropertyManager *
template <class EditorContainer, class Editor, class SetterParameter, class Value>
static inline void applyToEditors(const EditorContainer &list, void (Editor::*setter)(SetterParameter), const Value &value)
{
- typedef Q_TYPENAME EditorContainer::const_iterator ListIterator;
+ typedef typename EditorContainer::const_iterator ListIterator;
if (list.empty()) {
return;
}