summaryrefslogtreecommitdiffstats
path: root/DOCS/client_api_examples/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/client_api_examples/README.md')
-rw-r--r--DOCS/client_api_examples/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/DOCS/client_api_examples/README.md b/DOCS/client_api_examples/README.md
index 9de90a6748..1b6b40b082 100644
--- a/DOCS/client_api_examples/README.md
+++ b/DOCS/client_api_examples/README.md
@@ -8,6 +8,11 @@ cocoa
Shows how to embed the mpv video window in Objective-C/Cocoa.
+qt
+--
+
+Shows how to embed the mpv video window in Qt (using normal desktop widgets).
+
qml
---
@@ -19,11 +24,6 @@ qml_direct
Alternative example, which typically avoids a FBO indirection. Might be
slightly faster, but is less flexible and harder to use.
-qt
---
-
-Shows how to embed the mpv video window in Qt (using normal desktop widgets).
-
simple
------