Skip to content

Commit

Permalink
[nemo-qml-plugin-notifications] Update plugins.qmltypes. Contributes …
Browse files Browse the repository at this point in the history
…to JB#59899
  • Loading branch information
martyone committed Jan 18, 2023
1 parent 04a25db commit b40a0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/plugins.qmltypes
Expand Up @@ -49,6 +49,7 @@ Module {
Property { name: "previewBody"; type: "string" }
Property { name: "subText"; type: "string" }
Property { name: "sound"; type: "string" }
Property { name: "soundName"; type: "string" }
Property { name: "iconData"; type: "QImage" }
Property { name: "itemCount"; type: "int" }
Property { name: "remoteActions"; type: "QVariantList" }
Expand All @@ -71,7 +72,6 @@ Module {
Parameter { name: "name"; type: "string" }
Parameter { name: "inputText"; type: "string" }
}

Signal {
name: "closed"
Parameter { name: "reason"; type: "uint" }
Expand Down

0 comments on commit b40a0c1

Please sign in to comment.