summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@digia.com>2013-04-09 12:30:28 +0200
committerThomas Hartmann <Thomas.Hartmann@digia.com>2013-04-10 10:07:31 +0200
commitb2ae8e4a30f54865a04fd6237a8a8695bbd923b8 (patch)
tree29d82b0817cc696d76ae8a9852e858f1b8e87ea5
parent57ab0b8c65114bd91cbaaf6dce6c6be9c948adf4 (diff)
downloadqt-creator-b2ae8e4a30f54865a04fd6237a8a8695bbd923b8.tar.gz
QmlDesigner: fixing warning
Change-Id: I73f47baf1fe48816c74574c068b1deaca4ce89e6 Reviewed-by: Marco Bubke <marco.bubke@digia.com>
-rw-r--r--src/plugins/qmldesigner/designercore/model/texttomodelmerger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmldesigner/designercore/model/texttomodelmerger.cpp b/src/plugins/qmldesigner/designercore/model/texttomodelmerger.cpp
index 540e0d49a0..0e7107653b 100644
--- a/src/plugins/qmldesigner/designercore/model/texttomodelmerger.cpp
+++ b/src/plugins/qmldesigner/designercore/model/texttomodelmerger.cpp
@@ -1358,7 +1358,7 @@ void ModelValidator::signalHandlerSourceDiffer(SignalHandlerProperty &modelPrope
Q_ASSERT(0);
}
-void ModelValidator::shouldBeSignalHandlerProperty(AbstractProperty &modelProperty, const QString &javascript)
+void ModelValidator::shouldBeSignalHandlerProperty(AbstractProperty &modelProperty, const QString & /*javascript*/)
{
Q_UNUSED(modelProperty)
Q_ASSERT(modelProperty.isSignalHandlerProperty());