Move DiveComputerModel to qt-models

Another attempt to make it easyer to create the mobile version of
Subsurface.

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-28 17:51:07 -03:00 committed by Dirk Hohndel
parent 257f8063c4
commit a56429d31e
6 changed files with 144 additions and 139 deletions

View file

@ -1,6 +1,7 @@
#include "divecomputermanagementdialog.h"
#include "mainwindow.h"
#include "helpers.h"
#include "divecomputermodel.h"
#include "models.h"
#include <QMessageBox>
#include <QShortcut>