mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-11 18:45:17 -04:00
simplified the remoteDirModel cache system a little bie
This commit is contained in:
parent
644c41e2e7
commit
61131e4bf5
2 changed files with 5 additions and 7 deletions
|
@ -153,8 +153,7 @@ class RetroshareDirModel : public QAbstractItemModel
|
|||
|
||||
// This material attempts to keep last request in cache, with no search cost.
|
||||
|
||||
mutable DirDetails mLastDirDetails ;
|
||||
mutable void *mLastPointer ;
|
||||
mutable DirDetails mDirDetails ;
|
||||
mutable bool mLastRemote ;
|
||||
mutable time_t mLastReq;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue