next steps votekick gui implementation

This commit is contained in:
doitux
2008-11-17 16:02:11 +00:00
parent 1cfe551f19
commit 46c82d169f
3 changed files with 21 additions and 6 deletions
+5
View File
@@ -64,3 +64,8 @@ void MyAvatarLabel::setEnabledContextMenu(bool b)
{
myContextMenuEnabled = b;
}
void MyAvatarLabel::setVoteOnKickContextMenuEnabled(bool b)
{
action_VoteForKick->setEnabled(b);
}