Use AUTOMOC
This commit is contained in:
committed by
Craig Drummond
parent
96af98b5cb
commit
eff0e66d39
@@ -84,3 +84,5 @@ void LyricsDialog::changed()
|
||||
Song s=song();
|
||||
enableButton(Ok, !s.artist.isEmpty() && !s.title.isEmpty() && (s.artist!=prev.artist || s.title!=prev.title));
|
||||
}
|
||||
|
||||
#include "moc_lyricsdialog.cpp"
|
||||
|
||||
Reference in New Issue
Block a user