summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem/qfilterkey.cpp
diff options
context:
space:
mode:
authorAntti Määttä <antti.maatta@qt.io>2019-10-10 15:21:43 +0300
committerAntti Määttä <antti.maatta@qt.io>2019-10-10 17:13:18 +0300
commit4e0f5efb815f6be45a3aa83217618479d8d25c8b (patch)
tree1099bdce3103a6a59230a1415ff730f6b1a5d39c /src/render/materialsystem/qfilterkey.cpp
parent93aa379ae5cf624f024aa9173ce42e90b5c58002 (diff)
Add note to material system nodes that can't be disabled
Task-number: QTBUG-67017 Change-Id: I20acb3aa5e778be7752e1568b08001838f094eb3 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/render/materialsystem/qfilterkey.cpp')
-rw-r--r--src/render/materialsystem/qfilterkey.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/render/materialsystem/qfilterkey.cpp b/src/render/materialsystem/qfilterkey.cpp
index 547c56d26..0cffde7c1 100644
--- a/src/render/materialsystem/qfilterkey.cpp
+++ b/src/render/materialsystem/qfilterkey.cpp
@@ -61,6 +61,8 @@ QFilterKeyPrivate::QFilterKeyPrivate()
Filter keys are used by QTechnique and QRenderPass to specify at which stage of rendering the
technique or the render pass is used.
+
+ \note QFilterKey node can not be disabled.
*/
/*!
@@ -74,6 +76,8 @@ QFilterKeyPrivate::QFilterKeyPrivate()
A FilterKey is a storage type for filter key and value pair.
Filter keys are used by Technique and RenderPass to specify at which stage of rendering the
technique or the render pass is used.
+
+ \note FilterKey node can not be disabled.
*/
QFilterKey::QFilterKey(QNode *parent)