mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -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
1
TODO.txt
1
TODO.txt
@ -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'
|
||||
|
||||
|
@ -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…
Reference in New Issue
Block a user