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

fix: Use correct initialization order

Fix #4727
This commit is contained in:
Diadlo 2017-10-12 23:45:52 +03:00
parent 42c4a74826
commit b41767d087
No known key found for this signature in database
GPG Key ID: 5AF9F2E29107C727

View File

@ -6,8 +6,8 @@
AboutFriendForm::AboutFriendForm(QPointer<IAboutFriend> about, QWidget* parent)
: QDialog(parent)
, about{about}
, ui(new Ui::AboutFriendForm)
, about{about}
{
ui->setupUi(this);
ui->label_4->hide();