diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-02-09 18:58:40 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-02-10 10:45:45 -0800 |
commit | 238c0573da906bec51d10dce59665c7442641fd8 (patch) | |
tree | bf2620f4c9ac894257bb1bf03e605324055e15db /qt-ui/modeldelegates.cpp | |
parent | c30aee1ae5463cd5708c809aaa1f36b6e419ec8f (diff) | |
download | subsurface-238c0573da906bec51d10dce59665c7442641fd8.tar.gz |
Remove information panel from mainwindow.ui
Now it's created in the mainwindow.cpp as part of the new
way to configure the interface.
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.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/modeldelegates.cpp b/qt-ui/modeldelegates.cpp index d60b0ea93..415cedb2c 100644 --- a/qt-ui/modeldelegates.cpp +++ b/qt-ui/modeldelegates.cpp @@ -3,8 +3,10 @@ #include "gettextfromc.h" #include "mainwindow.h" #include "models.h" +#include "starwidget.h" #include <QCompleter> +#include <QKeyEvent> QSize DiveListDelegate::sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const { |