summaryrefslogtreecommitdiffstats
path: root/DOCS/client_api_examples/qtexample.h
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/client_api_examples/qtexample.h')
-rw-r--r--DOCS/client_api_examples/qtexample.h2
1 files changed, 2 insertions, 0 deletions
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);
};