mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove unused variable
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
726e251ffc
commit
5bf0e48700
3 changed files with 4 additions and 5 deletions
|
@ -592,7 +592,7 @@ void learnImageDirs(QStringList dirnames)
|
|||
{
|
||||
QList<QFuture<void> > futures;
|
||||
foreach (QString dir, dirnames) {
|
||||
futures << QtConcurrent::run(learnImages, QDir(dir), 10, false);
|
||||
futures << QtConcurrent::run(learnImages, QDir(dir), 10);
|
||||
}
|
||||
DivePictureModel::instance()->updateDivePicturesWhenDone(futures);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue