diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-06-02 19:50:42 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-03 00:05:24 -0700 |
commit | 3595ad029408cae855dcf3d7fdbb03c1a02a6714 (patch) | |
tree | 003ac4c63c74a500528c487b06794a41873310f5 /qt-ui/mainwindow.h | |
parent | 2cded299ace9dd5d312956dd3c65509971ded9b6 (diff) | |
download | subsurface-3595ad029408cae855dcf3d7fdbb03c1a02a6714.tar.gz |
Make the new picture widget display the pictures.
Small changes in the model to display the pictures of the dives.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r-- | qt-ui/mainwindow.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h index c8c792ed4..57c205ba4 100644 --- a/qt-ui/mainwindow.h +++ b/qt-ui/mainwindow.h @@ -180,7 +180,6 @@ private: bool plannerStateClean(); void createFakeDiveForAddAndPlan(); int fakeDiveId; - DivePictureModel *divePictureModel; }; #endif // MAINWINDOW_H |