[Pkg-owncloud-commits] [owncloud-client] 46/115: Selective sync: hide the header
Sandro Knauß
hefee-guest at moszumanska.debian.org
Fri Aug 29 22:03:59 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 9575271fcd2f25ec03fb55310b49ad210ba837bb
Author: Olivier Goffart <ogoffart at woboq.com>
Date: Fri Aug 15 16:49:22 2014 +0200
Selective sync: hide the header
---
src/mirall/selectivesyncdialog.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/mirall/selectivesyncdialog.cpp b/src/mirall/selectivesyncdialog.cpp
index 6401871..0012a91 100644
--- a/src/mirall/selectivesyncdialog.cpp
+++ b/src/mirall/selectivesyncdialog.cpp
@@ -22,6 +22,7 @@
#include <QTreeWidget>
#include <qpushbutton.h>
#include <QFileIconProvider>
+#include <QHeaderView>
#include <QDebug>
#include <QSettings>
#include <QScopedValueRollback>
@@ -33,6 +34,7 @@ SelectiveSyncTreeView::SelectiveSyncTreeView(QWidget* parent)
{
connect(this, SIGNAL(itemExpanded(QTreeWidgetItem*)), this, SLOT(slotItemExpanded(QTreeWidgetItem*)));
connect(this, SIGNAL(itemChanged(QTreeWidgetItem*,int)), this, SLOT(slotItemChanged(QTreeWidgetItem*,int)));
+ header()->hide();
}
void SelectiveSyncTreeView::refreshFolders()
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list