summaryrefslogtreecommitdiffstats
path: root/DOCS/client_api_examples/qt/qtexample.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-06 11:55:19 +0100
committerwm4 <wm4@nowhere>2015-01-06 11:56:10 +0100
commit048882918575ed2060929c75f922712a219e0b33 (patch)
tree6da9f4acf44b8ac7f85da4b1306a71b36694000d /DOCS/client_api_examples/qt/qtexample.h
parent31e9630788776479b582e65d84c43e372db9dc20 (diff)
downloadmpv-048882918575ed2060929c75f922712a219e0b33.tar.bz2
mpv-048882918575ed2060929c75f922712a219e0b33.tar.xz
DOCS/client_api_examples: qtexample: demonstrate multiple mpv instances
Multiple client API contexts can exist in the same process.
Diffstat (limited to 'DOCS/client_api_examples/qt/qtexample.h')
-rw-r--r--DOCS/client_api_examples/qt/qtexample.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/client_api_examples/qt/qtexample.h b/DOCS/client_api_examples/qt/qtexample.h
index f59738cfbd..c3891cf4a7 100644
--- a/DOCS/client_api_examples/qt/qtexample.h
+++ b/DOCS/client_api_examples/qt/qtexample.h
@@ -17,6 +17,7 @@ public:
private slots:
void on_file_open();
+ void on_new_window();
void on_mpv_events();
signals: