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>
This commit is contained in:
Tomaz Canabrava 2015-02-09 18:58:40 -02:00 committed by Dirk Hohndel
parent c30aee1ae5
commit 238c0573da
10 changed files with 44 additions and 37 deletions

View file

@ -10,7 +10,9 @@
#include "ruleritem.h"
#include "tankitem.h"
#include "pref.h"
#include "divepicturewidget.h"
#include "models.h"
#include "maintab.h"
#include <libdivecomputer/parser.h>
#include <QScrollBar>
@ -18,6 +20,7 @@
#include <QMessageBox>
#include <QInputDialog>
#include <QDebug>
#include <QWheelEvent>
#ifndef QT_NO_DEBUG
#include <QTableView>