From: Dmitry Shachnev Date: Fri, 13 Jan 2023 08:01:44 +0000 (+0000) Subject: replace YouTube iframe with YouTube link X-Git-Tag: archive/raspbian/5.15.8+dfsg-2+rpi1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d806d6fa38155e9feb526eca95d0149200fe8c74;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