summaryrefslogtreecommitdiff
path: root/SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FEventPool.qml
blob: add0413172a3342495a3f5a0096c89ced7c60db7 (plain)
1
2
3
4
5
6
7
8
9
// import QtQuick 1.0 // to target S60 5th Edition or Maemo 5
import QtQuick 2.0
import com.ford.hmiframework 1.0

QtObject {
    id: theEventPool
    default property alias events: theEventPool._events
    property list<FEvent> _events
}