From ebc522f182fe02a7f5b1a13675a21f59b898e3c7 Mon Sep 17 00:00:00 2001 From: ponchio Date: Wed, 14 Dec 2011 15:34:21 +0000 Subject: [PATCH] removed future code :P --- wrap/gcache/cache.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wrap/gcache/cache.h b/wrap/gcache/cache.h index f4426195..a7d01740 100644 --- a/wrap/gcache/cache.h +++ b/wrap/gcache/cache.h @@ -259,7 +259,9 @@ protected: } }; +/* TODO use the following class to allow multiple cache transfers at the same time */ +/* template class Transfer: public QThread { public: @@ -273,5 +275,6 @@ class Transfer: public QThread { } }; +*/ #endif // GCACHE_H