From a0f3c9992c0f9d2134742b5ba7fd532094c1a865 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Thu, 28 May 2015 16:52:13 -0300 Subject: Move WeigthSystem Info model to qt-models This is another effort to make it easyer for the mobile interface of Subsurface. 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 ffc813257..7fd344fb8 100644 --- a/qt-ui/mainwindow.cpp +++ b/qt-ui/mainwindow.cpp @@ -30,6 +30,7 @@ #include "printdialog.h" #endif #include "tankinfomodel.h" +#include "weigthsysteminfomodel.h" #include "diveplannermodel.h" #include "divelogimportdialog.h" #include "divelogexportdialog.h" diff --git a/qt-ui/modeldelegates.cpp b/qt-ui/modeldelegates.cpp index b300c9a4a..783fcc225 100644 --- a/qt-ui/modeldelegates.cpp +++ b/qt-ui/modeldelegates.cpp @@ -7,6 +7,7 @@ #include "starwidget.h" #include "profile/profilewidget2.h" #include "tankinfomodel.h" +#include "weigthsysteminfomodel.h" #include #include -- cgit v1.2.3-70-g09d2