aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols2/qquickiconlabel_p_p.h
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2017-05-15 16:09:11 +0200
committerMitch Curtis <mitch.curtis@qt.io>2017-05-15 14:33:13 +0000
commit7c52e1d6e318a8874913e484d2f1481f21458c9e (patch)
tree6f94f4ac1056723e7dbe0f713ef5c31d4ff5009b /src/quickcontrols2/qquickiconlabel_p_p.h
parent8290b876b6f0673cbaf5119bf737873af4fde928 (diff)
QQuickIconLabel: ensure that icon color changes are respected
updateIcon() is no longer called, so we can move its contents into syncImage(), which is called by updateOrSyncImage(), which is called by QQuickIconLabel::setIcon().. which is called each time any of the icon properties change (now that it's a value type). Task-number: QTBUG-60807 Change-Id: Id1ff875e0855bd76755d49466f82c2eac36ffd09 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'src/quickcontrols2/qquickiconlabel_p_p.h')
-rw-r--r--src/quickcontrols2/qquickiconlabel_p_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/quickcontrols2/qquickiconlabel_p_p.h b/src/quickcontrols2/qquickiconlabel_p_p.h
index b02b5400..5762187c 100644
--- a/src/quickcontrols2/qquickiconlabel_p_p.h
+++ b/src/quickcontrols2/qquickiconlabel_p_p.h
@@ -79,7 +79,6 @@ public:
void syncLabel();
void updateOrSyncLabel();
- void updateIcon();
void updateImplicitSize();
void layout();