Skip to content

Commit

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

See merge request mer-core/nemo-qml-plugin-calendar!52
  • Loading branch information
pvuorela committed Feb 25, 2020
2 parents e9c7754 + 8b940af commit b96e689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins.qmltypes
Expand Up @@ -188,11 +188,11 @@ Module {
Parameter { name: "response"; type: "int" }
}
Method {
name: "vCalendar"
name: "iCalendar"
type: "string"
Parameter { name: "prodId"; type: "string" }
}
Method { name: "vCalendar"; type: "string" }
Method { name: "iCalendar"; type: "string" }
}
Component {
name: "CalendarEventModification"
Expand Down

0 comments on commit b96e689

Please sign in to comment.