~macslow/ubuntu-ui-toolkit/add-search-path-to-giconprovider

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/Label.qml

  • Committer: Mirco Müller
  • Date: 2013-05-31 08:36:12 UTC
  • mfrom: (494.1.32 trunk)
  • Revision ID: mirco.mueller@ubuntu.com-20130531083612-6msrrd6q90n5az1h
Re-merged with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 */
16
16
 
17
17
import QtQuick 2.0
18
 
import "fontUtils.js" as FontUtils
19
18
// FIXME: When a module contains QML, C++ and JavaScript elements exported,
20
19
// we need to use named imports otherwise namespace collision is reported
21
20
// by the QML engine. As workaround, we use Theming named import.