diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-05-02 19:27:36 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-02 16:56:13 -0700 |
commit | 82b1b04920fdd5882e0cbf28c9871c2ddd404af8 (patch) | |
tree | 964af6d2961b8fb2dc05ee68aeeea7d79fe53150 /qt-ui/divelistview.cpp | |
parent | f9c97ff97d072d6a4cb934a50427dc69382281e0 (diff) | |
download | subsurface-82b1b04920fdd5882e0cbf28c9871c2ddd404af8.tar.gz |
Test the CSS for styling the TableView
This is a test and I shouldn't be taken seriously.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/divelistview.cpp')
-rw-r--r-- | qt-ui/divelistview.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/divelistview.cpp b/qt-ui/divelistview.cpp index 45b6cf4d7..0bf0b35ba 100644 --- a/qt-ui/divelistview.cpp +++ b/qt-ui/divelistview.cpp @@ -7,6 +7,8 @@ #include "divelistview.h" #include "models.h" #include "modeldelegates.h" +#include <QApplication> +#include <QHeaderView> DiveListView::DiveListView(QWidget *parent) : QTreeView(parent) { |