added a warning and skip files with missing hash in copy link

This commit is contained in:
csoler 2017-01-15 21:13:27 +01:00
parent f314e7d330
commit e7a119f22c
4 changed files with 18 additions and 36 deletions

View file

@ -146,7 +146,6 @@ class RetroshareDirModel : public QAbstractItemModel
};
bool RemoteMode;
QMap<void*, DirDetailsVector> mCache;
mutable int nIndex;
mutable std::vector<RemoteIndex> indexSet;