Skip to content

Commit 9eefd95

Browse files
committed
repaired parenting fail
1 parent a426966 commit 9eefd95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AutoUpdaterGui/updateinfodialog.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ UpdateInfoDialog::DialogResult UpdateInfoDialog::showUpdateInfo(QList<Updater::U
4343
{
4444
if(!detailed) {
4545
DialogMaster::MessageBoxInfo boxInfo;
46+
boxInfo.parent = parent;
4647
boxInfo.windowTitle = tr("Check for Updates");
4748
boxInfo.icon = QIcon(QStringLiteral(":/QtAutoUpdater/icons/update.ico"));
4849
boxInfo.title = tr("Updates for %1 are available!")

0 commit comments

Comments
 (0)