aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2017-07-31 16:45:00 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2017-08-09 09:07:55 +0000
commitfaa2f631478d425edc083e63b49cb3bcb8e47587 (patch)
tree5460188a29fda26fa3741d46256ae78fe03b909b /src/imports
parent9b480bade6250a6923a616ae1e7309d17b9d28ee (diff)
shapes: Remove unused signal
Gradients are set just like with Rectangle, and there is no notify signal. Remove the never emitted signal from the header. Change-Id: If3ae880f4cce4042ce6b399a6fde8013acd5a2b1 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/shapes/qquickshape_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/imports/shapes/qquickshape_p.h b/src/imports/shapes/qquickshape_p.h
index 27b02bc962..365d9644c7 100644
--- a/src/imports/shapes/qquickshape_p.h
+++ b/src/imports/shapes/qquickshape_p.h
@@ -289,7 +289,6 @@ Q_SIGNALS:
void strokeStyleChanged();
void dashOffsetChanged();
void dashPatternChanged();
- void fillGradientChanged();
private:
Q_DISABLE_COPY(QQuickShapePath)