mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-20 21:29:01 -04:00
moved to QueuedConnection to update the feed count
This commit is contained in:
parent
93cd6a5df1
commit
856d1b62a7
5 changed files with 21 additions and 25 deletions
|
@ -183,6 +183,7 @@ void GxsChannelPostItem::setup()
|
|||
|
||||
connect(ui->downloadButton, SIGNAL(clicked()), this, SLOT(download()));
|
||||
// HACK FOR NOW.
|
||||
ui->commentButton->hide();// hidden until properly enabled.
|
||||
connect(ui->commentButton, SIGNAL(clicked()), this, SLOT(loadComments()));
|
||||
|
||||
connect(ui->playButton, SIGNAL(clicked()), this, SLOT(play(void)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue