Fix warning
Jeffrey Pfau jeffrey@endrift.com
Thu, 16 Oct 2014 04:11:09 -0700
1 files changed,
1 insertions(+),
1 deletions(-)
M
src/platform/qt/LoadSaveState.cpp
→
src/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);