Comments are good.

This commit is contained in:
Simon Quigley 2022-06-30 01:31:10 -05:00
parent 75d39abcfa
commit 0699c1c86a

View File

@ -21,6 +21,7 @@ InstallerPrompt::InstallerPrompt(QWidget *parent)
ui->installLubuntu->setAttribute(Qt::WA_TranslucentBackground);
ui->installLubuntu->setStyleSheet(css);
// Slots and signals
connect(ui->tryLubuntu, &QAbstractButton::clicked, this, &InstallerPrompt::tryLubuntu);
}