aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/ItemDelegate.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-12-15 22:19:53 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-12-16 12:41:15 +0000
commit235bcc4bc6a24e5e0b79359e76ef28fb5b77f62b (patch)
tree481adcb6d5ddc30950e3fbc45f626693b6a6aae4 /src/imports/controls/ItemDelegate.qml
parenta5e137aafd57f311c0713fb6837b6511c760d0ee (diff)
Prefix resources to avoid clashes
Change-Id: Ia166a0acd1cfae92ba096a687a574f3645fc6f5c Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/imports/controls/ItemDelegate.qml')
-rw-r--r--src/imports/controls/ItemDelegate.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/controls/ItemDelegate.qml b/src/imports/controls/ItemDelegate.qml
index 7cfb622a..f8060432 100644
--- a/src/imports/controls/ItemDelegate.qml
+++ b/src/imports/controls/ItemDelegate.qml
@@ -74,7 +74,7 @@ T.ItemDelegate {
y: control.topPadding + (control.availableHeight - height) / 2
visible: control.checked
- source: control.checkable ? "qrc:/images/check.png" : ""
+ source: control.checkable ? "qrc:/qt-project.org/imports/Qt/labs/controls/images/check.png" : ""
}
//! [indicator]