all repos — mgba @ 556209e75f3bf9d36af956d71c76b3211d4e3601

mGBA Game Boy Advance Emulator

Fix warning
Jeffrey Pfau jeffrey@endrift.com
Thu, 16 Oct 2014 04:11:09 -0700
commit

556209e75f3bf9d36af956d71c76b3211d4e3601

parent

0fda035c21d8f88b85be27bcd770a6d8bbb804c4

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/platform/qt/LoadSaveState.cppsrc/platform/qt/LoadSaveState.cpp

@@ -140,7 +140,7 @@ m_slots[m_currentFocus]->setFocus();

QWidget::showEvent(event); } -void LoadSaveState::paintEvent(QPaintEvent* event) { +void LoadSaveState::paintEvent(QPaintEvent*) { QPainter painter(this); QRect full(QPoint(), size()); painter.drawPixmap(full, m_currentImage);