mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-30 00:55:33 +01:00
Remove unused parameter
This commit is contained in:
parent
8718a16889
commit
7c10ec97b7
@ -70,7 +70,7 @@ void FavoriteWidget::paintEvent(QPaintEvent *e) {
|
||||
|
||||
}
|
||||
|
||||
void FavoriteWidget::mouseDoubleClickEvent(QMouseEvent *e) {
|
||||
void FavoriteWidget::mouseDoubleClickEvent(QMouseEvent*) {
|
||||
|
||||
favorite_ = !favorite_;
|
||||
update();
|
||||
|
Loading…
x
Reference in New Issue
Block a user