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:
electron128 2015-06-03 07:32:20 +00:00
parent 92ba54a499
commit 871cf4994e
2 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,6 @@ Legend:
To be done
9999 [ ] make vote button in channels work, or hide it (problem is: there is no selector for the voter id)
0000 [ ] merge the various help systems. there's 3 of them: (1) help buttons on most tabs that pop a flat panel with some
info; (2) help wizard accessible from the "!" button in friends details->Trust; (3) 'getting started tab'

View File

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