~tpeeters/ubuntu-ui-toolkit/page13

« back to all changes in this revision

Viewing changes to examples/ubuntu-ui-toolkit-gallery/CrossFadeImage.qml

  • Committer: Tarmac
  • Author(s): Sebastien Bacher
  • Date: 2015-03-12 10:49:27 UTC
  • mfrom: (1446.2.2 staging)
  • Revision ID: tarmac-20150312104927-5qn94gv5vad308iz
Use correct documentation urls in the gallery examples. Fixes: https://bugs.launchpad.net/bugs/1323518.

Approved by PS Jenkins bot, Christian Dywan.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    TemplateSection {
24
24
        id: crossFadeImageTemplateSection
25
25
        className: "CrossFadeImage"
 
26
        documentation: "qml-crossfadeimage.html"
26
27
 
27
28
        function next() {
28
29
            if (internal.index < internal.paths.length - 1)