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/tagwidget.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/tagwidget.cpp')
-rw-r--r-- | qt-ui/tagwidget.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/tagwidget.cpp b/qt-ui/tagwidget.cpp index 8365a2ea7..3b61b492a 100644 --- a/qt-ui/tagwidget.cpp +++ b/qt-ui/tagwidget.cpp @@ -1,5 +1,6 @@ #include "tagwidget.h" #include "mainwindow.h" +#include "maintab.h" #include <QCompleter> TagWidget::TagWidget(QWidget *parent) : GroupedLineEdit(parent), m_completer(NULL), lastFinishedTag(false) |