moved to QueuedConnection to update the feed count

This commit is contained in:
csoler 2019-12-19 21:04:18 +01:00
parent 93cd6a5df1
commit 856d1b62a7
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
5 changed files with 21 additions and 25 deletions

View file

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