Add missing names for parameter variables
This commit is contained in:
@@ -164,7 +164,8 @@ void PlaylistHeader::ToggleVisible(const int section) {
|
||||
Q_EMIT SectionVisibilityChanged(section, !isSectionHidden(section));
|
||||
}
|
||||
|
||||
void PlaylistHeader::enterEvent(QEnterEvent*) {
|
||||
void PlaylistHeader::enterEvent(QEnterEvent *e) {
|
||||
Q_UNUSED(e)
|
||||
Q_EMIT MouseEntered();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user