9 lines
124 B
QML
9 lines
124 B
QML
|
pragma Strict
|
||
|
import QtQml
|
||
|
|
||
|
QtObject {
|
||
|
property int a: Infinity
|
||
|
property int b: -Infinity
|
||
|
property int c: NaN
|
||
|
}
|