mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-02-01 10:06:43 +01:00
Add override
This commit is contained in:
parent
2d604a80c9
commit
8e9b45f80f
@ -49,7 +49,7 @@ class SmartPlaylistWizard::FinishPage : public QWizardPage { // clazy:exclude=m
|
||||
QObject::connect(ui_->name, &QLineEdit::textChanged, this, &SmartPlaylistWizard::FinishPage::completeChanged);
|
||||
}
|
||||
|
||||
~FinishPage() { delete ui_; }
|
||||
~FinishPage() override { delete ui_; }
|
||||
|
||||
int nextId() const override { return -1; }
|
||||
bool isComplete() const override { return !ui_->name->text().isEmpty(); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user