7 lines
85 B
QML
7 lines
85 B
QML
|
import QtQml
|
||
|
|
||
|
QtObject {
|
||
|
property url foo
|
||
|
property bool b: foo?.toString()
|
||
|
}
|