summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/qcamera.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/frontend/qcamera.h')
-rw-r--r--src/render/frontend/qcamera.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/frontend/qcamera.h b/src/render/frontend/qcamera.h
index 73ab05cca..9c2997ba0 100644
--- a/src/render/frontend/qcamera.h
+++ b/src/render/frontend/qcamera.h
@@ -162,7 +162,7 @@ Q_SIGNALS:
void upVectorChanged(const QVector3D &upVector);
void viewCenterChanged(const QVector3D &viewCenter);
void viewVectorChanged(const QVector3D &viewVector);
- void viewMatrixChanged(const QMatrix4x4 &viewMatrix);
+ void viewMatrixChanged();
protected:
Q_DECLARE_PRIVATE(QCamera)