Comments are good.

pull/1/head
Simon Quigley 2 years ago
parent 75d39abcfa
commit 0699c1c86a

@ -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);
}

Loading…
Cancel
Save