summaryrefslogtreecommitdiffstats
path: root/examples/webengine/customdialogs/forms/ColorCell.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webengine/customdialogs/forms/ColorCell.qml')
-rw-r--r--examples/webengine/customdialogs/forms/ColorCell.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/webengine/customdialogs/forms/ColorCell.qml b/examples/webengine/customdialogs/forms/ColorCell.qml
index 0da029357..495a2900c 100644
--- a/examples/webengine/customdialogs/forms/ColorCell.qml
+++ b/examples/webengine/customdialogs/forms/ColorCell.qml
@@ -48,7 +48,7 @@
**
****************************************************************************/
-import QtQuick 2.4
+import QtQuick
Rectangle {
id: rectangle
@@ -58,6 +58,6 @@ Rectangle {
MouseArea {
id: mouseArea
anchors.fill: parent
- onClicked: rectangle.clicked(color)
+ onClicked: rectangle.clicked()
}
}