~zsombi/+junk/embedded-styling

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/10/Icon.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:
21
21
 
22
22
    property string name
23
23
 
24
 
    /*!
25
 
       \qmlproperty color color
26
 
    */
27
24
    property alias color: colorizedImage.keyColorOut
28
25
 
29
 
    /*!
30
 
       \qmlproperty color keyColor
31
 
    */
32
26
    property alias keyColor: colorizedImage.keyColorIn
33
27
 
34
28
    Image {