mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-16 18:07:11 -05:00
suppressed share type column for remote peers
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2104 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f42489d8e6
commit
751a466083
@ -166,6 +166,8 @@ SharedFilesDialog::SharedFilesDialog(QWidget *parent)
|
||||
ui.remoteDirTreeView->setSelectionMode(QAbstractItemView::ExtendedSelection);
|
||||
ui.localDirTreeView->setSelectionMode(QAbstractItemView::ExtendedSelection);
|
||||
|
||||
ui.remoteDirTreeView->setColumnHidden(2,true) ;
|
||||
|
||||
QTimer *timer = new QTimer(this);
|
||||
timer->connect(timer, SIGNAL(timeout()), this, SLOT(checkUpdate()));
|
||||
timer->start(1000);
|
||||
|
Loading…
Reference in New Issue
Block a user