From 07abe301396f9b0fbfca67d4b4f6df6b9fdf6e82 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Tue, 2 Apr 2013 13:25:14 +0200 Subject: use a qnetworkdiskcache for images instead of custom provider --- tapasboard.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tapasboard.pro') diff --git a/tapasboard.pro b/tapasboard.pro index a13dfc7..a1173d5 100644 --- a/tapasboard.pro +++ b/tapasboard.pro @@ -46,7 +46,8 @@ SOURCES += main.cpp \ topicmodel.cpp \ fetchpostsaction.cpp \ favoritesmodel.cpp \ - imageprovider.cpp + imagecache.cpp \ + imagenetworkaccessmanager.cpp # Please do not modify the following two lines. Required for deployment. include(qmlapplicationviewer/qmlapplicationviewer.pri) @@ -77,4 +78,5 @@ HEADERS += \ topicmodel.h \ fetchpostsaction.h \ favoritesmodel.h \ - imageprovider.h + imagecache.h \ + imagenetworkaccessmanager.h -- cgit v1.2.3