summaryrefslogtreecommitdiffstats
path: root/qt-ui/modeldelegates.cpp
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2015-05-28 17:17:09 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-05-29 14:11:12 -0700
commitd84ffa8fc3162692597c19c42e621f7d8ac58dca (patch)
treec0817f3684a6adfa025205506bb2d3672e21e997 /qt-ui/modeldelegates.cpp
parenta0f3c9992c0f9d2134742b5ba7fd532094c1a865 (diff)
downloadsubsurface-d84ffa8fc3162692597c19c42e621f7d8ac58dca.tar.gz
Move WeightModel to qt-models
One more step to make it easyer to port the app to Mobile. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/modeldelegates.cpp')
-rw-r--r--qt-ui/modeldelegates.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/modeldelegates.cpp b/qt-ui/modeldelegates.cpp
index 783fcc225..84d2db1d5 100644
--- a/qt-ui/modeldelegates.cpp
+++ b/qt-ui/modeldelegates.cpp
@@ -8,7 +8,7 @@
#include "profile/profilewidget2.h"
#include "tankinfomodel.h"
#include "weigthsysteminfomodel.h"
-
+#include "weightmodel.h"
#include <QCompleter>
#include <QKeyEvent>
#include <QTextDocument>