summaryrefslogtreecommitdiffstats
path: root/src/render/renderstates/qdepthtest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/renderstates/qdepthtest.h')
-rw-r--r--src/render/renderstates/qdepthtest.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/render/renderstates/qdepthtest.h b/src/render/renderstates/qdepthtest.h
index 5e8da269b..f70ff1d59 100644
--- a/src/render/renderstates/qdepthtest.h
+++ b/src/render/renderstates/qdepthtest.h
@@ -68,10 +68,12 @@ public:
~QDepthTest();
DepthFunc func() const;
+
+public Q_SLOTS:
void setFunc(DepthFunc func);
Q_SIGNALS:
- void funcChanged();
+ void funcChanged(DepthFunc func);
protected:
void copy(const Qt3DCore::QNode *ref) Q_DECL_OVERRIDE;