summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/qviewport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/framegraph/qviewport.h')
-rw-r--r--src/render/framegraph/qviewport.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/render/framegraph/qviewport.h b/src/render/framegraph/qviewport.h
index 63750a98f..91cdae73e 100644
--- a/src/render/framegraph/qviewport.h
+++ b/src/render/framegraph/qviewport.h
@@ -58,14 +58,15 @@ public:
~QViewport();
QRectF rect() const;
- void setRect(const QRectF& rect);
-
QColor clearColor() const;
+
+public Q_SLOTS:
+ void setRect(const QRectF& rect);
void setClearColor(const QColor &color);
Q_SIGNALS:
- void rectChanged();
- void clearColorChanged();
+ void rectChanged(const QRectF& rect);
+ void clearColorChanged(const QColor &clearColor);
protected:
QViewport(QViewportPrivate &dd, Qt3DCore::QNode *parent = 0);