Move DivePictureModel to qt-models

This class will surely be used on the mobile version, and it was very
tangled inside divepicturewidget.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2015-05-29 14:42:57 -03:00 committed by Dirk Hohndel
parent 37bd82f623
commit ffc0c8ee99
11 changed files with 181 additions and 156 deletions

View file

@ -42,6 +42,7 @@
#ifndef NO_USERMANUAL
#include "usermanual.h"
#endif
#include "divepicturemodel.h"
#include <QNetworkProxy>
#include <QUndoStack>
#include <qthelper.h>