From 2ad0be859243b5099767f82d60660e57df2cfbd5 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 13 Oct 2014 23:55:57 +0200 Subject: DOCS/client_api_examples: qtexample: stuff Dump chapters and track list to the log for demo purposes. Compile in debug mode. --- DOCS/client_api_examples/qtexample.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'DOCS/client_api_examples/qtexample.h') diff --git a/DOCS/client_api_examples/qtexample.h b/DOCS/client_api_examples/qtexample.h index 8d5ef41143..672a818844 100644 --- a/DOCS/client_api_examples/qtexample.h +++ b/DOCS/client_api_examples/qtexample.h @@ -26,6 +26,8 @@ private: mpv_handle *mpv; QTextEdit *log; + void append_log(const QString &text); + void create_player(); void handle_mpv_event(mpv_event *event); }; -- cgit v1.2.3