~ubuntu-clock-dev/ubuntu-clock-app/reboot-packaging

« back to all changes in this revision

Viewing changes to app/worldclock/WorldCityList.qml

  • Committer: Michael Zanetti
  • Date: 2014-07-13 14:45:39 UTC
  • mto: (20.1.4 10-world-clocks)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: michael.zanetti@canonical.com-20140713144539-q204tshktb06fjxo
fix, explain the Zone class

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
            onClicked: {
39
39
                console.log(cityTimezone.getLocalTime(timezoneID))
 
40
                console.log(cityTimezone.getCurrentTimeString(timezoneID))
40
41
            }
41
42
        }
42
43
    }