~ubuntu-sdk-team/ubuntu-ui-toolkit/orientationManual

« back to all changes in this revision

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

  • Committer: CI Train Bot
  • Author(s): Leo Arias, Christian Dywan, Nekhelesh Ramananthan, Tim Peeters, Zoltán Balogh
  • Date: 2015-03-27 12:35:52 UTC
  • mfrom: (1000.433.19 last_bugfix_vivid)
  • Revision ID: ci-train-bot@canonical.com-20150327123552-mdwg6mecr05akf0q
The very last bugfix landing for Vivid

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
    virtual void reset() = 0;
60
60
    virtual void completeSave() = 0;
61
61
    virtual void completeCancel() = 0;
 
62
    virtual void copyAlarmData(const UCAlarm &other) = 0;
62
63
 
63
64
    // common privates
64
65
    UCAlarm *q_ptr;