~zsombi/+junk/embedded-styling

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/10/CrossfadeImage.qml

  • Committer: Zsombor Egri
  • Date: 2014-09-22 15:58:10 UTC
  • Revision ID: zsombor.egri@canonical.com-20140922155810-ogqupi4pdm6c6rg4
documentation fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
// we need to use named imports otherwise namespace collision is reported
20
20
// by the QML engine. As workaround, we use Ubuntu named import.
21
21
// Bug to watch: https://bugreports.qt-project.org/browse/QTBUG-27645
22
 
import Ubuntu.Components 1.1 as Ubuntu
 
22
import Ubuntu.Components 1.0 as Ubuntu
23
23
 
24
 
/*!
25
 
  \internal
26
 
  Documentation is in CrossFadeImage.qdoc
 
24
/*
 
25
    Documentation is in CrossFadeImage.qdoc
27
26
*/
28
27
Item {
29
28
    id: crossFadeImage
157
156
        }
158
157
    }
159
158
 
160
 
    UbuntuNumberAnimation {
 
159
    Ubuntu.UbuntuNumberAnimation {
161
160
        id: nextImageFadeIn
162
161
        target: internals.nextImage
163
162
        property: "opacity"