mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed uninitialised variable in RSCollectionDialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8439 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7de30b91e7
commit
5c5538c572
@ -659,7 +659,7 @@ void RsCollectionDialog::addRecursive(bool recursive)
|
||||
{
|
||||
QStringList fileToHash;
|
||||
QMap<QString, QString > dirToAdd;
|
||||
int count;//to not scan all items on list .count()
|
||||
int count=0;//to not scan all items on list .count()
|
||||
|
||||
QModelIndexList milSelectionList = ui._systemFileTW->selectionModel()->selectedIndexes();
|
||||
foreach (QModelIndex index, milSelectionList)
|
||||
|
Loading…
Reference in New Issue
Block a user