summaryrefslogtreecommitdiffstats
path: root/DOCS/client_api_examples/qml_direct/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/client_api_examples/qml_direct/main.h')
-rw-r--r--DOCS/client_api_examples/qml_direct/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/client_api_examples/qml_direct/main.h b/DOCS/client_api_examples/qml_direct/main.h
index 90acdeedd2..66fe8c94a5 100644
--- a/DOCS/client_api_examples/qml_direct/main.h
+++ b/DOCS/client_api_examples/qml_direct/main.h
@@ -13,6 +13,7 @@ class MpvRenderer : public QObject
mpv::qt::Handle mpv;
mpv_opengl_cb_context *mpv_gl;
QQuickWindow *window;
+ QSize size;
friend class MpvObject;
public: