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.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/DOCS/client_api_examples/qtexample.h b/DOCS/client_api_examples/qtexample.h
index 672a818844..f59738cfbd 100644
--- a/DOCS/client_api_examples/qtexample.h
+++ b/DOCS/client_api_examples/qtexample.h
@@ -15,11 +15,12 @@ public:
explicit MainWindow(QWidget *parent = 0);
~MainWindow();
-protected:
- virtual bool event(QEvent *event);
-
private slots:
void on_file_open();
+ void on_mpv_events();
+
+signals:
+ void mpv_events();
private:
QWidget *mpv_container;