예제 #1
0
void ChatPanel::addBpmVoteConfirmationMessage(int newBpmValue)
{
    createVoteButton("BPM", newBpmValue);
}
예제 #2
0
void ChatPanel::addBpmVoteConfirmationMessage(quint32 newBpmValue, quint32 expireTime)
{
    createVoteButton("BPM", newBpmValue, expireTime);
}