diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-03-07 12:42:13 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-03-07 08:54:20 -0800 |
commit | ac9a23ef3b6942093bc33a5ee4fac89bec665581 (patch) | |
tree | 853eb19996b1edb321fc9d7836cf473866fa3368 /qt-ui/subsurfacewebservices.cpp | |
parent | 6dec4b055601526a0c8bf9e45dfe0ff648d80489 (diff) | |
download | subsurface-ac9a23ef3b6942093bc33a5ee4fac89bec665581.tar.gz |
Remove the old profile from the main screen of Subsurface
This patch partially removes the code for the old profile from
Subsurface. It removes the use of the old profile on the mainwindow,
but keeping the code in the tree for now.
A bit of code-cleanup also entered this commit because I had to change
every instance of the code that used the old profile.
Now to the real code-cleanup
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 1d8f88591..93b452475 100644 --- a/qt-ui/subsurfacewebservices.cpp +++ b/qt-ui/subsurfacewebservices.cpp @@ -17,6 +17,7 @@ #include "../dive.h" #include "../divelist.h" +#include "../display.h" #ifdef Q_OS_UNIX #include <unistd.h> // for dup(2) |