mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-19 20:01:48 -05:00
replace double with one clik when browsing channels
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1642 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
fba860fc2c
commit
161153d8b3
@ -149,7 +149,7 @@ ChannelFeed::ChannelFeed(QWidget *parent)
|
||||
model->appendRow(item3);
|
||||
model->appendRow(item4);
|
||||
|
||||
connect(treeView, SIGNAL(activated(const QModelIndex &)), this, SLOT(selectChannel(const QModelIndex &)));
|
||||
connect(treeView, SIGNAL(clicked(const QModelIndex &)), this, SLOT(selectChannel(const QModelIndex &)));
|
||||
connect(treeView, SIGNAL(activated(const QModelIndex &)), this, SLOT(toggleSelection(const QModelIndex &)));
|
||||
|
||||
//added from ahead
|
||||
|
Loading…
Reference in New Issue
Block a user