Fix warning with QT_NO_GRAPHICSVIEW

Change-Id: I96064f0db359fbf5c615e48633398b79872e0bc5
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
bb10
Sérgio Martins 2014-02-08 16:58:02 +00:00 committed by The Qt Project
parent 63cf8ad33a
commit dc09a02e3a
1 changed files with 2 additions and 0 deletions

View File

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