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

Timer {
    triggeredOnStart: false
}