summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/blackberry/qbbrasterwindowsurface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms/blackberry/qbbrasterwindowsurface.h')
-rw-r--r--src/plugins/platforms/blackberry/qbbrasterwindowsurface.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/platforms/blackberry/qbbrasterwindowsurface.h b/src/plugins/platforms/blackberry/qbbrasterwindowsurface.h
index 65de3ea..6077113 100644
--- a/src/plugins/platforms/blackberry/qbbrasterwindowsurface.h
+++ b/src/plugins/platforms/blackberry/qbbrasterwindowsurface.h
@@ -63,6 +63,8 @@ public:
virtual void beginPaint(const QRegion &region);
virtual void endPaint(const QRegion &region);
+ virtual QPixmap grabWidget(const QWidget *widget, const QRect &rectangle) const;
+
private:
class ScrollOp {
public:
@@ -72,6 +74,8 @@ private:
int dy;
};
+ mutable bool mUseFrontBuffer;
+
QBBWindow *mPlatformWindow;
QList<ScrollOp> mScrollOpList;
};