aboutsummaryrefslogtreecommitdiffhomepage
path: root/DOCS/client_api_examples/qml/mpvrenderer.h
diff options
context:
space:
mode:
authorGravatar wm4 <wm4@nowhere>2015-01-06 17:35:10 +0100
committerGravatar wm4 <wm4@nowhere>2015-01-06 17:35:10 +0100
commitc3db52a0bf0895d29c6d877da63684fdecdc9a86 (patch)
tree26e0b7bed2cc9059f698db4bfadf16c23632e2e1 /DOCS/client_api_examples/qml/mpvrenderer.h
parentb5529707f5dfb8073a13bb376fe64010186b60cf (diff)
DOCS/client_api_examples: qml: add test for gamma control
Provides a dumb test for the functionality added in the previous commit.
Diffstat (limited to 'DOCS/client_api_examples/qml/mpvrenderer.h')
-rw-r--r--DOCS/client_api_examples/qml/mpvrenderer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/client_api_examples/qml/mpvrenderer.h b/DOCS/client_api_examples/qml/mpvrenderer.h
index ec7e5c4279..9a65ae5350 100644
--- a/DOCS/client_api_examples/qml/mpvrenderer.h
+++ b/DOCS/client_api_examples/qml/mpvrenderer.h
@@ -24,6 +24,7 @@ public:
virtual Renderer *createRenderer() const;
public slots:
void command(const QVariant& params);
+ void setProperty(const QString& name, const QVariant& value);
signals:
void onUpdate();
private slots: