Skip to content

Commit 7b05000

Browse files
committed
Remove commented out line.
Signed-off-by: Camila Ayres <[email protected]>
1 parent ee5d517 commit 7b05000

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/gui/generalsettings.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,6 @@ void GeneralSettings::slotUpdateInfo()
316316
if (ocupdater) {
317317
connect(ocupdater, &OCUpdater::downloadStateChanged, this, &GeneralSettings::slotUpdateInfo, Qt::UniqueConnection);
318318
connect(_ui->restartButton, &QAbstractButton::clicked, ocupdater, &OCUpdater::slotStartInstaller, Qt::UniqueConnection);
319-
//connect(_ui->restartButton, &QAbstractButton::clicked, qApp, &QApplication::quit, Qt::UniqueConnection);
320319

321320
auto status = ocupdater->statusString(OCUpdater::UpdateStatusStringFormat::Html);
322321
Theme::replaceLinkColorStringBackgroundAware(status);

0 commit comments

Comments
 (0)