Skip to content

Commit

Permalink
Merge branch 'jb48047' into 'master'
Browse files Browse the repository at this point in the history
[nemo-qml-plugins-alarms] Update plugins.qmltypes. Contributes to JB#48047

See merge request mer-core/nemo-qml-plugin-alarms!11
  • Loading branch information
pvuorela committed Nov 15, 2019
2 parents c55d16d + 5673262 commit 2893188
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/plugins.qmltypes
Expand Up @@ -39,12 +39,14 @@ Module {
values: {
"Calendar": 0,
"Clock": 1,
"Countdown": 2
"Countdown": 2,
"Reminder": 3
}
}
Property { name: "title"; type: "string" }
Property { name: "hour"; type: "int" }
Property { name: "minute"; type: "int" }
Property { name: "second"; type: "int" }
Property { name: "daysOfWeek"; type: "string" }
Property { name: "enabled"; type: "bool" }
Property { name: "id"; type: "int"; isReadonly: true }
Expand All @@ -60,6 +62,7 @@ Module {
Property { name: "calendarEventUid"; type: "string"; isReadonly: true }
Property { name: "notebookUid"; type: "string"; isReadonly: true }
Property { name: "calendarEventRecurrenceId"; type: "string"; isReadonly: true }
Property { name: "phoneNumber"; type: "string"; isReadonly: true }
Property { name: "timeoutSnoozeCounter"; type: "int"; isReadonly: true }
Property { name: "maximalTimeoutSnoozeCount"; type: "int" }
Signal { name: "timeChanged" }
Expand Down Expand Up @@ -94,6 +97,7 @@ Module {
Property { name: "populated"; type: "bool"; isReadonly: true }
Property { name: "onlyCountdown"; type: "bool" }
Method { name: "createAlarm"; type: "AlarmObject*" }
Method { name: "reset" }
}
Component {
name: "EnabledAlarmsProxyModel"
Expand Down

0 comments on commit 2893188

Please sign in to comment.