Browse Source

fix wrong text on button

pull/2978/head
sudden6 10 years ago
parent
commit
1c65ec7fa6
  1. 2
      src/widget/form/addfriendform.cpp

2
src/widget/form/addfriendform.cpp

@ -297,7 +297,7 @@ void AddFriendForm::addFriendRequestWidget(const QString &friendAddress, const Q @@ -297,7 +297,7 @@ void AddFriendForm::addFriendRequestWidget(const QString &friendAddress, const Q
retranslateAcceptButton(acceptButton);
QPushButton* rejectButton = new QPushButton(friendWidget);
acceptButtons.insert(rejectButton);
rejectButtons.insert(rejectButton);
connect(rejectButton, &QPushButton::released, this, &AddFriendForm::onFriendRequestRejected);
friendLayout->addWidget(rejectButton);
retranslateRejectButton(rejectButton);

Loading…
Cancel
Save