aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/designer/qquickdesignercustomobjectdata.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/designer/qquickdesignercustomobjectdata.cpp')
-rw-r--r--src/quick/designer/qquickdesignercustomobjectdata.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quick/designer/qquickdesignercustomobjectdata.cpp b/src/quick/designer/qquickdesignercustomobjectdata.cpp
index 66a86bffd5..86a14b622e 100644
--- a/src/quick/designer/qquickdesignercustomobjectdata.cpp
+++ b/src/quick/designer/qquickdesignercustomobjectdata.cpp
@@ -291,8 +291,8 @@ void QQuickDesignerCustomObjectData::keepBindingFromGettingDeleted(QQmlContext *
const QQuickDesignerSupport::PropertyName &propertyName)
{
//Refcounting is taking care
- Q_UNUSED(context)
- Q_UNUSED(propertyName)
+ Q_UNUSED(context);
+ Q_UNUSED(propertyName);
}
void QQuickDesignerCustomObjectData::handleDestroyed()