blob: 536e53b408d4cf442f4b96f774643d20e9006256 (
plain)
1
2
3
4
5
6
7
8
9
10
|
pragma Strict
import StringBuilderTestTypes
WritableVariantMap {
id: dragSource
property string modelData: "Drag Me"
data: ({
"text/plain": "%" + dragSource.modelData + "%"
})
}
|