Fix MSVC-warnings about stray */* in sources.

Change-Id: Ifa8de548dc8df79fa2b5d884383dc120661cb45a
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
This commit is contained in:
Friedemann Kleint 2014-01-24 15:26:58 +01:00 committed by The Qt Project
parent a9f59f981d
commit 558ae43b1b
2 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@ void BlurPicker::keyPressEvent(QKeyEvent *event)
}
}
void BlurPicker::resizeEvent(QResizeEvent */*event*/)
void BlurPicker::resizeEvent(QResizeEvent * /* event */)
{
}

View File

@ -134,6 +134,6 @@ void Lighting::animate()
m_scene.update();
}
void Lighting::resizeEvent(QResizeEvent */*event*/)
void Lighting::resizeEvent(QResizeEvent * /* event */)
{
}