Skip to content

Commit b7e5bd6

Browse files
committed
GUI: liveWidget: Fix unused param warn
1 parent 3832fda commit b7e5bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/QT/widget/live_widget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ void LiveWidget::setLive(bool live){
2020
update();
2121
}
2222

23-
void LiveWidget::paintEvent(QPaintEvent *event){
23+
void LiveWidget::paintEvent(QPaintEvent * /*event*/){
2424
QPainter painter(this);
2525

2626

0 commit comments

Comments
 (0)