Remove unused parameter

This commit is contained in:
Jonas Kvinge 2020-11-02 17:47:16 +01:00
parent 8718a16889
commit 7c10ec97b7
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ void FavoriteWidget::paintEvent(QPaintEvent *e) {
}
void FavoriteWidget::mouseDoubleClickEvent(QMouseEvent *e) {
void FavoriteWidget::mouseDoubleClickEvent(QMouseEvent*) {
favorite_ = !favorite_;
update();