summaryrefslogtreecommitdiffstats
path: root/src/render/graphicshelpers/graphicscontext_p.h
diff options
context:
space:
mode:
authorMike Krus <mike.krus@kdab.com>2016-03-16 22:41:28 +0000
committerSean Harmer <sean.harmer@kdab.com>2016-03-20 18:52:47 +0000
commitf837692f5b8579125335624ea7228a4edb5897b5 (patch)
tree43959de808fe9c13cee9d229b4b3c1254ca47375 /src/render/graphicshelpers/graphicscontext_p.h
parentad5fe1d0469edb2a250640a2e13c8cf97b07d870 (diff)
Rename QClearBuffer to QClearBuffers
Task-number: QTBUG-51460 Change-Id: I3f522f5eaea7bf0f94dbcdc1e7463f2827c0fe3b 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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/graphicshelpers/graphicscontext_p.h b/src/render/graphicshelpers/graphicscontext_p.h
index ca5f43c7a..ddf01ce0c 100644
--- a/src/render/graphicshelpers/graphicscontext_p.h
+++ b/src/render/graphicshelpers/graphicscontext_p.h
@@ -60,7 +60,7 @@
#include <QMatrix4x4>
#include <QBitArray>
#include <Qt3DRender/private/quniformvalue_p.h>
-#include <Qt3DRender/qclearbuffer.h>
+#include <Qt3DRender/qclearbuffers.h>
#include <Qt3DRender/private/shader_p.h>
#include <Qt3DRender/qattribute.h>
#include <Qt3DRender/private/handle_types_p.h>
@@ -107,7 +107,7 @@ public:
int id() const; // unique, small integer ID of this context
bool beginDrawing(QSurface *surface, const QColor &color);
- void clearBackBuffer(QClearBuffer::BufferType buffers);
+ void clearBackBuffer(QClearBuffers::BufferType buffers);
void endDrawing(bool swapBuffers);
void setViewport(const QRectF &viewport, const QSize &surfaceSize);