diff options
Diffstat (limited to 'qthelper.cpp')
-rw-r--r-- | qthelper.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qthelper.cpp b/qthelper.cpp index 14e67e089..189d47ed3 100644 --- a/qthelper.cpp +++ b/qthelper.cpp @@ -870,6 +870,4 @@ void learnImages(const QDir dir, int max_recursions, bool recursed) } QtConcurrent::blockingMap(files, hashFile); - if (!recursed) - DivePictureModel::instance()->updateDivePictures(); } |