This commit is contained in:
RetroPooh 2017-01-13 18:20:19 +03:00
parent 8ae9eff928
commit cef62e30fc
2 changed files with 5 additions and 4 deletions

View file

@ -81,7 +81,9 @@ protected slots:
void distantChatParticipant();
void participantsTreeWidgetDoubleClicked(QTreeWidgetItem *item, int column);
void sendMessage();
void voteParticipant(int vote);
void voteParticipantPositive();
void voteParticipantNeutral();
void voteParticipantNegative();
private:
void updateParticipantsList();