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

« back to all changes in this revision

Viewing changes to backend/modules/Alarm/Settings/alarmsettings.cpp

  • Committer: Nekhelesh Ramananthan
  • Date: 2014-07-29 12:00:28 UTC
  • mto: (37.1.1 reboot)
  • mto: This revision was merged to the branch mainline in revision 37.
  • Revision ID: krnekhelesh@gmail.com-20140729120028-821ujpa5c9li7w5a
Remove hardcoded time format in the settings page and follow the user locale

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 
40
40
void AlarmSettings::onSettingsChanged(const QString &interface,
41
41
                                      const QVariantMap &properties,
42
 
                                      const QStringList & /*valid*/)
 
42
                                      const QStringList &valid)
43
43
{
44
44
    if(interface != "com.canonical.indicator.datetime.AlarmProperties") {
45
45
        // Check if the properties changed are in the correct interface