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:
alexandrut 2009-09-12 19:32:54 +00:00
parent fba860fc2c
commit 161153d8b3

View File

@ -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