~loic.molinari/+junk/qtdeclarative-shadereffectsource-changes

« back to all changes in this revision

Viewing changes to tests/auto/qml/qqmllanguage/data/importJs.6.qml

  • Committer: Loïc Molinari
  • Date: 2012-04-21 17:59:51 UTC
  • Revision ID: loic.molinari@canonical.com-20120421175951-bqx68caaf5zrp76l
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import com.nokia.VersionedOnlyJsModule 9.0
 
2
import com.nokia.VersionedOnlyJsModule 9.0
 
3
import QtQuick 2.0
 
4
 
 
5
Item {
 
6
    property bool test: false
 
7
 
 
8
    Component.onCompleted: {
 
9
        test = ((SomeAPI.greeting() == "Hey hey hey") &&
 
10
                (SomeAPI.major == 9) &&
 
11
                (SomeAPI.minor == 0))
 
12
    }
 
13
}