We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a426966 commit 9eefd95Copy full SHA for 9eefd95
AutoUpdaterGui/updateinfodialog.cpp
@@ -43,6 +43,7 @@ UpdateInfoDialog::DialogResult UpdateInfoDialog::showUpdateInfo(QList<Updater::U
43
{
44
if(!detailed) {
45
DialogMaster::MessageBoxInfo boxInfo;
46
+ boxInfo.parent = parent;
47
boxInfo.windowTitle = tr("Check for Updates");
48
boxInfo.icon = QIcon(QStringLiteral(":/QtAutoUpdater/icons/update.ico"));
49
boxInfo.title = tr("Updates for %1 are available!")
0 commit comments