mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 05:39:11 -04:00
hide voting buttons in channels (backend is missing)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8348 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
92ba54a499
commit
871cf4994e
2 changed files with 3 additions and 1 deletions
|
@ -125,6 +125,9 @@ void GxsChannelPostItem::setup()
|
|||
|
||||
connect(ui->readButton, SIGNAL(toggled(bool)), this, SLOT(readToggled(bool)));
|
||||
|
||||
// hide voting buttons, backend is not implemented yet
|
||||
ui->voteUpButton->hide();
|
||||
ui->voteDownButton->hide();
|
||||
//connect(ui-> voteUpButton, SIGNAL(clicked()), this, SLOT(makeUpVote()));
|
||||
//connect(ui->voteDownButton, SIGNAL(clicked()), this, SLOT(makeDownVote()));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue