Add missing names for parameter variables
This commit is contained in:
@@ -72,7 +72,9 @@ void FavoriteWidget::paintEvent(QPaintEvent *e) {
|
||||
|
||||
}
|
||||
|
||||
void FavoriteWidget::mouseDoubleClickEvent(QMouseEvent*) {
|
||||
void FavoriteWidget::mouseDoubleClickEvent(QMouseEvent *e) {
|
||||
|
||||
Q_UNUSED(e)
|
||||
|
||||
favorite_ = !favorite_;
|
||||
update();
|
||||
|
||||
Reference in New Issue
Block a user