Browse Source

undo double polishing in chatform

pull/1045/head
agilob 11 years ago
parent
commit
a6680916b5
No known key found for this signature in database
GPG Key ID: 34568050DBCCB997
  1. 4
      src/widget/form/chatform.cpp

4
src/widget/form/chatform.cpp

@ -289,8 +289,8 @@ void ChatForm::onAvInvite(int FriendId, int CallId, bool video) @@ -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…
Cancel
Save