Replace emit with Q_EMIT

This commit is contained in:
Jonas Kvinge
2024-08-25 01:06:30 +02:00
parent cb0db8750f
commit 8da616491d
158 changed files with 891 additions and 891 deletions

View File

@@ -263,7 +263,7 @@ void SmartPlaylistQueryWizardPlugin::RemoveSearchTerm() {
void SmartPlaylistQueryWizardPlugin::UpdateTermPreview() {
SmartPlaylistSearch search = MakeSearch();
emit search_page_->completeChanged();
Q_EMIT search_page_->completeChanged();
// When removing last term, update anyway the search
if (!search.is_valid() && !search_page_->terms_.isEmpty()) return;