Add missing names for parameter variables
This commit is contained in:
@@ -80,7 +80,9 @@ void SmartPlaylistSearchTermWidgetOverlay::SetOpacity(const float opacity) {
|
||||
|
||||
}
|
||||
|
||||
void SmartPlaylistSearchTermWidgetOverlay::paintEvent(QPaintEvent*) {
|
||||
void SmartPlaylistSearchTermWidgetOverlay::paintEvent(QPaintEvent *e) {
|
||||
|
||||
Q_UNUSED(e)
|
||||
|
||||
QPainter p(this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user