summaryrefslogtreecommitdiff
path: root/src/apps/qcam/viewfinder_gl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/apps/qcam/viewfinder_gl.h')
-rw-r--r--src/apps/qcam/viewfinder_gl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apps/qcam/viewfinder_gl.h b/src/apps/qcam/viewfinder_gl.h
index 23744b41..23c657bc 100644
--- a/src/apps/qcam/viewfinder_gl.h
+++ b/src/apps/qcam/viewfinder_gl.h
@@ -51,7 +51,6 @@ Q_SIGNALS:
protected:
void initializeGL() override;
void paintGL() override;
- void resizeGL(int w, int h) override;
QSize sizeHint() const override;
private:
@@ -88,6 +87,7 @@ private:
/* Common texture parameters */
GLuint textureMinMagFilters_;
+ GLuint projMatrixUniform_;
/* YUV texture parameters */
GLuint textureUniformU_;