summaryrefslogtreecommitdiff
path: root/imagecache.h
diff options
context:
space:
mode:
Diffstat (limited to 'imagecache.h')
-rw-r--r--imagecache.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/imagecache.h b/imagecache.h
new file mode 100644
index 0000000..2553c80
--- /dev/null
+++ b/imagecache.h
@@ -0,0 +1,13 @@
+#ifndef IMAGECACHE_H
+#define IMAGECACHE_H
+
+#include <QtNetwork/QNetworkDiskCache>
+
+class ImageCache : public QNetworkDiskCache
+{
+ Q_OBJECT
+public:
+ explicit ImageCache(QObject *parent = 0);
+};
+
+#endif // IMAGECACHE_H