summaryrefslogtreecommitdiff
path: root/lsmainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lsmainwindow.cpp')
-rw-r--r--lsmainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsmainwindow.cpp b/lsmainwindow.cpp
index 4e6af5f..71b374b 100644
--- a/lsmainwindow.cpp
+++ b/lsmainwindow.cpp
@@ -32,6 +32,7 @@ LSMainWindow::LSMainWindow(QWidget *parent) : QMainWindow(parent) {
createActions();
m_view = new QTreeView(this);
+ m_view->setHeaderHidden(true);
setCentralWidget(m_view);
connect(m_view, SIGNAL(activated(QModelIndex)), SLOT(handleItemActivated(QModelIndex)));