From b1494ffa7d0c9bfa68019a3fc4969f9124d4889c Mon Sep 17 00:00:00 2001 From: Robert Griebl Date: Mon, 10 Dec 2018 21:14:04 +0100 Subject: Fix typo in notify signal emission Change-Id: Ic2c298d14eb85ee8702eb751dd269eb0e3e11cc6 Reviewed-by: Michael Brasser --- src/quick/util/qquickpath.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quick/util/qquickpath.cpp b/src/quick/util/qquickpath.cpp index 53b72d1e58..60d725d650 100644 --- a/src/quick/util/qquickpath.cpp +++ b/src/quick/util/qquickpath.cpp @@ -2007,7 +2007,7 @@ void QQuickPathAngleArc::setCenterY(qreal centerY) return; _centerY = centerY; - emit centerXChanged(); + emit centerYChanged(); emit changed(); } -- cgit v1.2.3