mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
2cded299ac
commit
3595ad0294
7 changed files with 19 additions and 19 deletions
|
@ -93,6 +93,7 @@ private:
|
|||
LocationCompletionModel locationModel;
|
||||
SuitCompletionModel suitModel;
|
||||
TagCompletionModel tagModel;
|
||||
DivePictureModel *divePictureModel;
|
||||
struct dive editedDive; // when editing we do all changes on a copy of the real data and only apply when saved
|
||||
Completers completers;
|
||||
void resetPallete();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue