1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

undo double polishing in chatform

This commit is contained in:
agilob 2015-01-25 22:28:29 +00:00
parent b71eafc8c8
commit a6680916b5
No known key found for this signature in database
GPG Key ID: 34568050DBCCB997

View File

@ -289,8 +289,8 @@ void ChatForm::onAvInvite(int FriendId, int CallId, bool video)
connect(callConfirm, &CallConfirmWidget::accepted, this, &ChatForm::onAnswerCallTriggered);
connect(callConfirm, &CallConfirmWidget::rejected, this, &ChatForm::onRejectCallTriggered);
callButton->style()->polish(callButton);
videoButton->style()->polish(videoButton);
callButton->setObjectName("yellow");
videoButton->setObjectName("grey");
connect(callButton, &QPushButton::clicked, this, &ChatForm::onAnswerCallTriggered);
}
callButton->style()->polish(callButton);