mirror of https://github.com/mgba-emu/mgba.git
Fix warning
This commit is contained in:
parent
0fda035c21
commit
556209e75f
|
@ -140,7 +140,7 @@ void LoadSaveState::showEvent(QShowEvent* event) {
|
|||
QWidget::showEvent(event);
|
||||
}
|
||||
|
||||
void LoadSaveState::paintEvent(QPaintEvent* event) {
|
||||
void LoadSaveState::paintEvent(QPaintEvent*) {
|
||||
QPainter painter(this);
|
||||
QRect full(QPoint(), size());
|
||||
painter.drawPixmap(full, m_currentImage);
|
||||
|
|
Loading…
Reference in New Issue