~faenil/ubuntu-ui-toolkit/scrollbar_moreHoverFixesAndTests

« back to all changes in this revision

Viewing changes to src/Ubuntu/UbuntuToolkit/ucalarm.cpp

  • Committer: Andrea Bernabei
  • Date: 2016-07-07 15:21:03 UTC
  • mfrom: (1903.1.124 staging)
  • Revision ID: andrea.bernabei@canonical.com-20160707152103-eaz1u4zpnyhlacwf
merge staging

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#include "i18n.h"
23
23
#include <QtQml/QQmlInfo>
24
24
 
 
25
UT_NAMESPACE_BEGIN
 
26
 
25
27
UCAlarmPrivate::UCAlarmPrivate(UCAlarm *qq)
26
28
    : q_ptr(qq)
27
29
    , changes(0)
206
208
 
207
209
/*!
208
210
 * \qmltype Alarm
209
 
 * \instantiates UCAlarm
210
 
 * \inqmlmodule Ubuntu.Components 1.1
 
211
 * \instantiates UbuntuToolkit::UCAlarm
 
212
 * \inqmlmodule Ubuntu.Components
211
213
 * \ingroup ubuntu-services
212
214
 * \brief Alarm component is a representation of an alarm event.
213
215
 *
700
702
    return d_ptr->cookie();
701
703
}
702
704
 
 
705
UT_NAMESPACE_END
 
706
 
703
707
#include "moc_ucalarm.cpp"