summaryrefslogtreecommitdiff
path: root/SDL_Core/src/components/qt_hmi/qml_model_qt4/hmi_api/Async.js
blob: ebc5bfa3ca9fd739a1f29b7a7c1b3b411b6d5681 (plain)
1
2
3
4
5
6
7
.pragma library

var async_uid = 1;

function AsyncCall() {
    this.__async_uid = async_uid++;
}