Skip to content

Commit 443b79e

Browse files
committed
Merge commit '6565c6acedb4b3f066d11a9829aaf6566c582a1e' into fix_convertions
2 parents 293ad87 + 6565c6a commit 443b79e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/gui/mainsettingsdialog.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -555,8 +555,6 @@ void MainSettingsDialog::saveNewSettings()
555555

556556
#ifdef Q_OS_WIN
557557

558-
// https: // doc.qt.io/qt-5/qsysinfo-obsolete.html Check
559-
// Handle Windows Vista and later
560558
QFile tempFile(RUNATSTARTUPLOCATION);
561559

562560
if (ui->launchAtWinStartupCheckBox->isChecked() && !tempFile.exists())

0 commit comments

Comments
 (0)