summaryrefslogtreecommitdiffstats
path: root/DOCS/client_api_examples/qml/mpvrenderer.h
diff options
context:
space:
mode:
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: