Fix scan directories saving (closes #694768)

This commit is contained in:
Christophe Dumez 2010-12-27 19:26:21 +00:00
commit be32669baf
4 changed files with 9 additions and 7 deletions

View file

@ -280,7 +280,8 @@ void QBtSession::configureSession() {
}
int i = 0;
foreach (const QString &dir, scan_dirs) {
m_scanFolders->addPath(dir, downloadInDirList.at(i));
qDebug() << "Adding scan dir" << dir << downloadInDirList.at(i);
ScanFoldersModel::PathStatus ret = m_scanFolders->addPath(dir, downloadInDirList.at(i));
++i;
}
// * Export Dir