summaryrefslogtreecommitdiffstats
path: root/src/render/renderstates/qfrontface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/renderstates/qfrontface.h')
-rw-r--r--src/render/renderstates/qfrontface.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/render/renderstates/qfrontface.h b/src/render/renderstates/qfrontface.h
index fefc142b8..d0bc852e2 100644
--- a/src/render/renderstates/qfrontface.h
+++ b/src/render/renderstates/qfrontface.h
@@ -63,10 +63,12 @@ public:
~QFrontFace();
FaceDir direction() const;
+
+public Q_SLOTS:
void setDirection(FaceDir direction);
Q_SIGNALS:
- void directionChanged();
+ void directionChanged(FaceDir direction);
protected:
void copy(const Qt3DCore::QNode *ref) Q_DECL_OVERRIDE;