~bzoltan/ubuntu-ui-toolkit/add_default_tools

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/plugin/ucalarm_p.h

  • Committer: Tarmac
  • Author(s): Zsombor Egri
  • Date: 2013-09-24 16:18:22 UTC
  • mfrom: (750.2.5 alarm-status)
  • Revision ID: tarmac-20130924161822-ews87nvw1wesa2ts
Fix alarm status reporting, updating documentation on asynchronous behavior of save and cancel operations. Alarm status notification reports the operation the status refers to. Fixes: https://bugs.launchpad.net/bugs/1226516.

Approved by PS Jenkins bot, Christian Dywan.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
    bool createRequest();
58
58
 
59
59
    // private slots
60
 
    void _q_syncStatus(int status, int error);
 
60
    void _q_syncStatus(int operation, int status, int error);
61
61
};
62
62
 
63
63
inline bool UCAlarmPrivate::isDaySet(int dayNumber, UCAlarm::DaysOfWeek days)