removed future code :P
This commit is contained in:
parent
b4f463e909
commit
ebc522f182
|
@ -259,7 +259,9 @@ protected:
|
|||
}
|
||||
};
|
||||
|
||||
/* TODO use the following class to allow multiple cache transfers at the same time */
|
||||
|
||||
/*
|
||||
template<typename Token>
|
||||
class Transfer: public QThread {
|
||||
public:
|
||||
|
@ -273,5 +275,6 @@ class Transfer: public QThread {
|
|||
}
|
||||
};
|
||||
|
||||
*/
|
||||
|
||||
#endif // GCACHE_H
|
||||
|
|
Loading…
Reference in New Issue