From: Dmitry Shachnev Date: Sat, 18 Dec 2021 12:47:05 +0000 (+0000) Subject: replace YouTube iframe with YouTube link X-Git-Tag: archive/raspbian/5.15.2+dfsg-9+rpi1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=eb378acbb9ddbebb76d3e5c1e60bff75e686e0db;p=qtdeclarative-opensource-src.git replace YouTube iframe with YouTube link Forwarded: not-needed Last-Update: 2019-12-19 Gbp-Pq: Name remove_youtube_iframe.patch --- diff --git a/src/quick/doc/src/concepts/modelviewsdata/cppmodels.qdoc b/src/quick/doc/src/concepts/modelviewsdata/cppmodels.qdoc index 7695bb57d..9e9ef7ad1 100644 --- a/src/quick/doc/src/concepts/modelviewsdata/cppmodels.qdoc +++ b/src/quick/doc/src/concepts/modelviewsdata/cppmodels.qdoc @@ -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