We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3832fda commit b7e5bd6Copy full SHA for b7e5bd6
1 file changed
gui/QT/widget/live_widget.cpp
@@ -20,7 +20,7 @@ void LiveWidget::setLive(bool live){
20
update();
21
}
22
23
-void LiveWidget::paintEvent(QPaintEvent *event){
+void LiveWidget::paintEvent(QPaintEvent * /*event*/){
24
QPainter painter(this);
25
26
0 commit comments