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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/client_api_examples/qml/mpvrenderer.h b/DOCS/client_api_examples/qml/mpvrenderer.h
index 700505ad20..ec7e5c4279 100644
--- a/DOCS/client_api_examples/qml/mpvrenderer.h
+++ b/DOCS/client_api_examples/qml/mpvrenderer.h
@@ -23,7 +23,7 @@ public:
virtual ~MpvObject();
virtual Renderer *createRenderer() const;
public slots:
- void loadfile(const QString& filename);
+ void command(const QVariant& params);
signals:
void onUpdate();
private slots: