From 2fe8178e75fe3705eecb384c5f947ab6b26ec451 Mon Sep 17 00:00:00 2001 From: Nate Graham Date: Tue, 6 Apr 2021 09:20:28 -0600 Subject: [PATCH] Correct API documentation for PlasmaExtras.PlaceholderMessage It's "iconName", not "icon.name". This is a difference from the Kirigami version for historical reasons. --- .../plasmaextracomponents/qml/PlaceholderMessage.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/declarativeimports/plasmaextracomponents/qml/PlaceholderMessage.qml b/src/declarativeimports/plasmaextracomponents/qml/PlaceholderMessage.qml index 58e50c346..718c11dd1 100644 --- a/src/declarativeimports/plasmaextracomponents/qml/PlaceholderMessage.qml +++ b/src/declarativeimports/plasmaextracomponents/qml/PlaceholderMessage.qml @@ -91,7 +91,7 @@ import org.kde.plasma.extras 2.0 as PlasmaExtras * * visible: root.networkConnected * - * icon.name: "network-disconnect" + * iconName: "network-disconnect" * text: "Unable to load content * explanation: "Please try again later" * } @@ -114,7 +114,7 @@ import org.kde.plasma.extras 2.0 as PlasmaExtras * * visible: root.loading * - * icon.name: "my-awesome-app-icon" + * iconName: "my-awesome-app-icon" * text: "Loading this awesome app" * * PlasmaComponents3.ProgressBar {