mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-12 16:46:53 +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_;
|
favorite_ = !favorite_;
|
||||||
update();
|
update();
|
||||||
|
Loading…
Reference in New Issue
Block a user