Fix warning with QT_NO_GRAPHICSVIEW

Change-Id: I96064f0db359fbf5c615e48633398b79872e0bc5
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
This commit is contained in:
Sérgio Martins 2014-02-08 16:58:02 +00:00 committed by The Qt Project
parent 63cf8ad33a
commit dc09a02e3a

View File

@ -538,6 +538,8 @@ public:
}
}
}
#else
Q_UNUSED(widget);
#endif
return screen;
}