diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-02-09 18:27:59 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-02-10 10:45:45 -0800 |
commit | cf4d55c4702ded9d57fa7d6aeeebd0bfb2476a29 (patch) | |
tree | bd50d1e2fb20f0d2251fa6cf620149f953031d7f /qt-ui/profile | |
parent | c69aab04f4d548a4e640bccba1e6d91770b7811d (diff) | |
download | subsurface-cf4d55c4702ded9d57fa7d6aeeebd0bfb2476a29.tar.gz |
Remove the DiveList from the mainwindow.ui
It's now set up from the mainwindow.cpp file.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile')
-rw-r--r-- | qt-ui/profile/profilewidget2.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/profile/profilewidget2.cpp b/qt-ui/profile/profilewidget2.cpp index f04d16b3f..89ab62db7 100644 --- a/qt-ui/profile/profilewidget2.cpp +++ b/qt-ui/profile/profilewidget2.cpp @@ -10,6 +10,8 @@ #include "ruleritem.h" #include "tankitem.h" #include "pref.h" +#include "models.h" + #include <libdivecomputer/parser.h> #include <QScrollBar> #include <QtCore/qmath.h> |