remove_youtube_iframe
authorDebian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Thu, 2 Jan 2020 11:25:07 +0000 (11:25 +0000)
committerDmitry Shachnev <mitya57@debian.org>
Thu, 2 Jan 2020 11:25:07 +0000 (11:25 +0000)
Gbp-Pq: Name remove_youtube_iframe.patch

src/quick/doc/src/concepts/modelviewsdata/cppmodels.qdoc

index e4d837112fbd7e16c4305257991b3652d767cb21..99c8e0e62ad6200ee6e4c7956233e93a6420ab87 100644 (file)
@@ -41,10 +41,8 @@ QObjectList or a \l QAbstractItemModel. The first three are useful for exposing
 simpler datasets, while QAbstractItemModel provides a more flexible solution for
 more complex models.
 
-Here is a video tutorial that takes you through the whole process of exposing a C++
-model to QML:
-
-\youtube 9BcAYDlpuT8
+Here is a \l{https://www.youtube.com/watch?v=9BcAYDlpuT8}{video tutorial} that
+takes you through the whole process of exposing a C++ model to QML.
 
 \section2 QStringList-based Model