Correct API documentation for PlasmaExtras.PlaceholderMessage
It's "iconName", not "icon.name". This is a difference from the Kirigami version for historical reasons.
This commit is contained in:
parent
a45bd75800
commit
2fe8178e75
@ -91,7 +91,7 @@ import org.kde.plasma.extras 2.0 as PlasmaExtras
|
|||||||
*
|
*
|
||||||
* visible: root.networkConnected
|
* visible: root.networkConnected
|
||||||
*
|
*
|
||||||
* icon.name: "network-disconnect"
|
* iconName: "network-disconnect"
|
||||||
* text: "Unable to load content
|
* text: "Unable to load content
|
||||||
* explanation: "Please try again later"
|
* explanation: "Please try again later"
|
||||||
* }
|
* }
|
||||||
@ -114,7 +114,7 @@ import org.kde.plasma.extras 2.0 as PlasmaExtras
|
|||||||
*
|
*
|
||||||
* visible: root.loading
|
* visible: root.loading
|
||||||
*
|
*
|
||||||
* icon.name: "my-awesome-app-icon"
|
* iconName: "my-awesome-app-icon"
|
||||||
* text: "Loading this awesome app"
|
* text: "Loading this awesome app"
|
||||||
*
|
*
|
||||||
* PlasmaComponents3.ProgressBar {
|
* PlasmaComponents3.ProgressBar {
|
||||||
|
Loading…
Reference in New Issue
Block a user