summaryrefslogtreecommitdiffstats
path: root/src/render/graphicshelpers/graphicscontext_p.h
diff options
context:
space:
mode:
authorWieland Hagen <wieland.hagen@kdab.com>2016-04-14 21:07:08 +0200
committerSean Harmer <sean.harmer@kdab.com>2016-04-16 12:22:42 +0000
commit4e7201f5e2983bce2dfb672a03e2cec38b074b34 (patch)
treee6b1738bc68739f09b84ee7b66cf33c6b95da3da /src/render/graphicshelpers/graphicscontext_p.h
parenta12f0150f873bc6cef9c6e391d0a6485f94bf772 (diff)
QClearBuffers: Add BufferTypeFlags QFlags
Change-Id: I80d0f414252ccc3f96ac3312d8ac1f08ee49fab0 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/render/graphicshelpers/graphicscontext_p.h')
-rw-r--r--src/render/graphicshelpers/graphicscontext_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/graphicshelpers/graphicscontext_p.h b/src/render/graphicshelpers/graphicscontext_p.h
index d61679ec2..7c744ba12 100644
--- a/src/render/graphicshelpers/graphicscontext_p.h
+++ b/src/render/graphicshelpers/graphicscontext_p.h
@@ -107,7 +107,7 @@ public:
int id() const; // unique, small integer ID of this context
bool beginDrawing(QSurface *surface);
- void clearBackBuffer(QClearBuffers::BufferType buffers);
+ void clearBackBuffer(QClearBuffers::BufferTypeFlags buffers);
void endDrawing(bool swapBuffers);
void setViewport(const QRectF &viewport, const QSize &surfaceSize);