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/subsurfacewebservices.cpp | |
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/subsurfacewebservices.cpp')
-rw-r--r-- | qt-ui/subsurfacewebservices.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/subsurfacewebservices.cpp b/qt-ui/subsurfacewebservices.cpp index 597fe03b6..6498f432a 100644 --- a/qt-ui/subsurfacewebservices.cpp +++ b/qt-ui/subsurfacewebservices.cpp @@ -2,6 +2,7 @@ #include "webservice.h" #include "mainwindow.h" #include "usersurvey.h" +#include "divelist.h" #include <errno.h> #include <QDir> |