summaryrefslogtreecommitdiffstats
path: root/src/render/renderstates/qcolormask.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/renderstates/qcolormask.h')
-rw-r--r--src/render/renderstates/qcolormask.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/render/renderstates/qcolormask.h b/src/render/renderstates/qcolormask.h
index 2e5aefe9c..5677c8308 100644
--- a/src/render/renderstates/qcolormask.h
+++ b/src/render/renderstates/qcolormask.h
@@ -62,16 +62,17 @@ public:
bool isBlue() const;
bool isAlpha() const;
+public Q_SLOTS:
void setRed(bool red);
void setGreen(bool green);
void setBlue(bool blue);
void setAlpha(bool alpha);
Q_SIGNALS:
- void redChanged();
- void greenChanged();
- void blueChanged();
- void alphaChanged();
+ void redChanged(bool red);
+ void greenChanged(bool green);
+ void blueChanged(bool blue);
+ void alphaChanged(bool alpha);
protected:
void copy(const Qt3DCore::QNode *ref) Q_DECL_FINAL;