From 3e6b0269121190888cd7bea1b02224e4674cc2c3 Mon Sep 17 00:00:00 2001 From: Osmo Salomaa Date: Sun, 8 Feb 2015 17:19:15 +0200 Subject: [PATCH] Not async after all. --- qml/CoverTile.qml | 1 - qml/Tile.qml | 1 - 2 files changed, 2 deletions(-) diff --git a/qml/CoverTile.qml b/qml/CoverTile.qml index 4359d07..54465e2 100644 --- a/qml/CoverTile.qml +++ b/qml/CoverTile.qml @@ -19,6 +19,5 @@ import QtQuick 2.0 Image { - asynchronous: true smooth: false } diff --git a/qml/Tile.qml b/qml/Tile.qml index 444992e..2aa4876 100644 --- a/qml/Tile.qml +++ b/qml/Tile.qml @@ -29,7 +29,6 @@ MapQuickItem { sourceItem: Item { Image { id: image - asynchronous: true smooth: tile.smooth source: tile.uri }