summaryrefslogtreecommitdiffstats
path: root/src/opengl/qopengltextureuploader_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opengl/qopengltextureuploader_p.h')
-rw-r--r--src/opengl/qopengltextureuploader_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/opengl/qopengltextureuploader_p.h b/src/opengl/qopengltextureuploader_p.h
index 299a4b81dc9..140d1feae12 100644
--- a/src/opengl/qopengltextureuploader_p.h
+++ b/src/opengl/qopengltextureuploader_p.h
@@ -34,7 +34,6 @@ public:
PowerOfTwoBindOption = 0x0008
};
Q_DECLARE_FLAGS(BindOptions, BindOption)
- Q_FLAGS(BindOptions)
static qsizetype textureImage(GLenum target, const QImage &image, BindOptions options, QSize maxSize = QSize());