summaryrefslogtreecommitdiff
path: root/tapasboard.pro
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-04-02 13:25:14 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-04-02 13:25:14 +0200
commit07abe301396f9b0fbfca67d4b4f6df6b9fdf6e82 (patch)
tree0aae75aadd6aa1d0eeba91229922711a291bab07 /tapasboard.pro
parent7107c0f96f10303ea49bf5dc27f525e4cbc191d9 (diff)
downloadtapasboard-07abe301396f9b0fbfca67d4b4f6df6b9fdf6e82.tar.gz
tapasboard-07abe301396f9b0fbfca67d4b4f6df6b9fdf6e82.zip
use a qnetworkdiskcache for images instead of custom provider
Diffstat (limited to 'tapasboard.pro')
-rw-r--r--tapasboard.pro6
1 files changed, 4 insertions, 2 deletions
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