diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-07-02 14:15:17 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-03 09:37:55 -0700 |
commit | 56501dda1e56f32be98bf4dc475411c56dd223da (patch) | |
tree | ccb89bd749fb284b8ebc47f3df251f330285ce99 /qt-ui/divepicturewidget.cpp | |
parent | ce47683de82b3eb0f6e41d3cb5f2b6f035d98afa (diff) | |
download | subsurface-56501dda1e56f32be98bf4dc475411c56dd223da.tar.gz |
UI restructure: updateDiveInfo displays displayed_dive
Instead of passing in a divenr of -1 to make it clear things this changes
things to use an options "clear" flag.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/divepicturewidget.cpp')
-rw-r--r-- | qt-ui/divepicturewidget.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/divepicturewidget.cpp b/qt-ui/divepicturewidget.cpp index fb3ae58e9..46e87d4f3 100644 --- a/qt-ui/divepicturewidget.cpp +++ b/qt-ui/divepicturewidget.cpp @@ -52,7 +52,6 @@ void DivePictureModel::updateDivePictures() pictures.push_back(QString(picture->filename)); } - SPixmapList retList = QtConcurrent::blockingMapped<SPixmapList>(pictures, scaleImages); Q_FOREACH (const SPixmap &pixmap, retList) stringPixmapCache[pixmap.first].image = pixmap.second; |