[frameworks/kirigami] src/controls: Make the Page globalFooter page property a QQC2.Page type.
Marco Martin <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit cb9f0607fa2da49ea2fc611481eec83ed9713939 by Marco Martin, on behalf of Ron El.
Committed on 10/08/2026 at 08:49.
Pushed by mart into branch 'master'.
Make the Page globalFooter page property a QQC2.Page type.
This amends commit 2829d2be55849e74f68a4f8b3c4531cf27601fff which changed
only the component Page type and not the property reference to it.
M +1 -1 src/controls/Page.qml
https://invent.kde.org/frameworks/kirigami/-/commit/cb9f0607fa2da49ea2fc611481eec83ed9713939
diff --git a/src/controls/Page.qml b/src/controls/Page.qml
index 2bd64253e..bfb1fc3b5 100644
--- a/src/controls/Page.qml
+++ b/src/controls/Page.qml
@@ -270,7 +270,7 @@ QQC2.Page {
KL.ColumnView.globalFooter: Loader {
id: bottomToolBar
- property T.Page page: root
+ property QQC2.Page page: root
property bool pageComplete: false
visible: active