mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-31 17:53:28 -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(item3);
|
||||||
model->appendRow(item4);
|
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 &)));
|
connect(treeView, SIGNAL(activated(const QModelIndex &)), this, SLOT(toggleSelection(const QModelIndex &)));
|
||||||
|
|
||||||
//added from ahead
|
//added from ahead
|
||||||
|
Loading…
x
Reference in New Issue
Block a user