summaryrefslogtreecommitdiffstats
path: root/tests/auto/unit/qpaintervideosurface/tst_qpaintervideosurface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/unit/qpaintervideosurface/tst_qpaintervideosurface.cpp')
-rw-r--r--tests/auto/unit/qpaintervideosurface/tst_qpaintervideosurface.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/unit/qpaintervideosurface/tst_qpaintervideosurface.cpp b/tests/auto/unit/qpaintervideosurface/tst_qpaintervideosurface.cpp
index 2f6152712..183714567 100644
--- a/tests/auto/unit/qpaintervideosurface/tst_qpaintervideosurface.cpp
+++ b/tests/auto/unit/qpaintervideosurface/tst_qpaintervideosurface.cpp
@@ -102,7 +102,7 @@ public:
{
glGenTextures(1, &m_textureId);
}
-
+
~QtTestGLVideoBuffer()
{
glDeleteTextures(1, &m_textureId);
@@ -114,7 +114,7 @@ public:
uchar *map(MapMode, int *, int *) { return 0; }
void unmap() {}
- MapMode mapMode() const { return NotMapped; }
+ MapMode mapMode() const { return NotMapped; }
private:
GLuint m_textureId;
@@ -131,7 +131,7 @@ public:
uchar *map(MapMode, int *, int *) { return 0; }
void unmap() {}
- MapMode mapMode() const { return NotMapped; }
+ MapMode mapMode() const { return NotMapped; }
};
void tst_QPainterVideoSurface::colors()