summaryrefslogtreecommitdiffstats
path: root/src/render/renderstates/qclipplane.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/renderstates/qclipplane.h')
-rw-r--r--src/render/renderstates/qclipplane.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/render/renderstates/qclipplane.h b/src/render/renderstates/qclipplane.h
index b04661d85..73874a091 100644
--- a/src/render/renderstates/qclipplane.h
+++ b/src/render/renderstates/qclipplane.h
@@ -54,13 +54,15 @@ public:
~QClipPlane();
int plane() const;
+
+public Q_SLOTS:
void setPlane(int);
protected:
void copy(const Qt3DCore::QNode *ref) Q_DECL_FINAL;
Q_SIGNALS:
- void planeChanged();
+ void planeChanged(int plane);
private:
Q_DECLARE_PRIVATE(QClipPlane)