diff options
author | Jørgen Lind <jorgen.lind@nokia.com> | 2010-07-21 07:58:25 (GMT) |
---|---|---|
committer | Jørgen Lind <jorgen.lind@nokia.com> | 2010-07-22 10:05:41 (GMT) |
commit | 96f1f3d575a12967657bb534ee5accc04d52984e (patch) | |
tree | d2ff8af3d06d0f93afca04b39713ab4daf3709df /src/gui/painting/qgraphicssystem.cpp | |
parent | 77d17d054b8baff411613206a099af36f8e0bc43 (diff) | |
download | Qt-96f1f3d575a12967657bb534ee5accc04d52984e.zip Qt-96f1f3d575a12967657bb534ee5accc04d52984e.tar.gz Qt-96f1f3d575a12967657bb534ee5accc04d52984e.tar.bz2 |
Removed createBlittable factory function from PlatformIntegration
and moved it onto QBlittablePixmap making the class abstract. The
creator function was seen as to spesialised to be part of the
PlatformIntegration class, and belonged to the QBlittablePixmap class
anyway since that was the PixmapData type you would need to return to
use the blitter api. Also removed the cross platform examples as they
are more confusing than anything else. For usage of QBlittable look in
the directfb platform integration plugin.
Diffstat (limited to 'src/gui/painting/qgraphicssystem.cpp')
-rw-r--r-- | src/gui/painting/qgraphicssystem.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/painting/qgraphicssystem.cpp b/src/gui/painting/qgraphicssystem.cpp index a03bdab..f594136 100644 --- a/src/gui/painting/qgraphicssystem.cpp +++ b/src/gui/painting/qgraphicssystem.cpp @@ -63,9 +63,6 @@ QGraphicsSystem::~QGraphicsSystem() { } -QBlittable *QGraphicsSystem::createBlittable(const QSize &) const -{ return 0; } - QPixmapData *QGraphicsSystem::createDefaultPixmapData(QPixmapData::PixelType type) { #ifdef Q_WS_QWS |