Less warnings please

icc-effect-5.14.5
Martin Gräßlin 2010-12-05 09:17:38 +01:00 committed by Martin Gräßlin
parent 2703a23abf
commit c20adefb82
1 changed files with 3 additions and 0 deletions

View File

@ -296,6 +296,9 @@ void SceneOpenGL::Texture::findTarget()
bool SceneOpenGL::Texture::load( const Pixmap& pix, const QSize& size,
int depth, QRegion region )
{
Q_UNUSED(size)
Q_UNUSED(depth)
Q_UNUSED(region)
if( mTexture == None )
{
createTexture();