PageLoader: remove unused proporties

This commit is contained in:
miruka 2020-09-03 17:31:33 -04:00
parent 0704144576
commit 90929691c6

View File

@ -11,14 +11,10 @@ import "MainPane"
HLoader { HLoader {
id: pageLoader id: pageLoader
property bool isWide: width > theme.contentIsWideAbove
// List of previously loaded [componentUrl, {properties}] // List of previously loaded [componentUrl, {properties}]
property var history: [] property var history: []
property int historyLength: 20 property int historyLength: 20
readonly property alias appearAnimation: appearAnimation
signal recycled() signal recycled()
signal previousShown(string componentUrl, var properties) signal previousShown(string componentUrl, var properties)