diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2010-05-03 22:39:03 (GMT) |
---|---|---|
committer | Rhys Weatherley <rhys.weatherley@nokia.com> | 2010-05-03 22:39:03 (GMT) |
commit | b4624855cf9cb5ea3f3d8bb2cb510cfa4e0e9076 (patch) | |
tree | eecbb66007a23109f39a565b93771d349c3e48ee /doc/src/snippets/code/src_script_qscriptvalue.cpp | |
parent | 893b73211c822da5e4cb1dcb5946ec58fc0c8dc6 (diff) | |
download | Qt-b4624855cf9cb5ea3f3d8bb2cb510cfa4e0e9076.zip Qt-b4624855cf9cb5ea3f3d8bb2cb510cfa4e0e9076.tar.gz Qt-b4624855cf9cb5ea3f3d8bb2cb510cfa4e0e9076.tar.bz2 |
PowerVR screen driver using undefined symbols
The PowerVR screen driver was using QTransformedScreen::tranformation()
which is in a class that is Q_AUTOTEST_EXPORT. That means that it would
only work with a developer build. This contributed patch changes it to
QScreen::transformOrientation() instead which is Q_GUI_EXPORT.
Task-number: QTBUG-10193
Reviewed-by: Lorn Potter
Diffstat (limited to 'doc/src/snippets/code/src_script_qscriptvalue.cpp')
0 files changed, 0 insertions, 0 deletions