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:
parent
b71eafc8c8
commit
a6680916b5
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user