Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Commit

Permalink
Not async after all.
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Feb 8, 2015
1 parent 742e47c commit 3e6b026
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion qml/CoverTile.qml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@
import QtQuick 2.0

Image {
asynchronous: true
smooth: false
}
1 change: 0 additions & 1 deletion qml/Tile.qml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ MapQuickItem {
sourceItem: Item {
Image {
id: image
asynchronous: true
smooth: tile.smooth
source: tile.uri
}
Expand Down

0 comments on commit 3e6b026

Please sign in to comment.