From 32b0afa3e7f4b0636b65119d63e9f398b9f4bfca Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Thu, 28 May 2015 16:39:15 -0300 Subject: Move Tankinfomodel to its own file Another change to make it easier to program the mobile ui. This was a fairly easy patch: just moved the contents of the file and fixed the includes. Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- qt-ui/mainwindow.cpp | 1 + qt-ui/modeldelegates.cpp | 1 + 2 files changed, 2 insertions(+) (limited to 'qt-ui') diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp index 9c36b6731..ffc813257 100644 --- a/qt-ui/mainwindow.cpp +++ b/qt-ui/mainwindow.cpp @@ -29,6 +29,7 @@ #include #include "printdialog.h" #endif +#include "tankinfomodel.h" #include "diveplannermodel.h" #include "divelogimportdialog.h" #include "divelogexportdialog.h" diff --git a/qt-ui/modeldelegates.cpp b/qt-ui/modeldelegates.cpp index 21d497562..b300c9a4a 100644 --- a/qt-ui/modeldelegates.cpp +++ b/qt-ui/modeldelegates.cpp @@ -6,6 +6,7 @@ #include "models.h" #include "starwidget.h" #include "profile/profilewidget2.h" +#include "tankinfomodel.h" #include #include -- cgit v1.2.3-70-g09d2