PageLoader: remove unused proporties
This commit is contained in:
parent
0704144576
commit
90929691c6
|
@ -11,14 +11,10 @@ import "MainPane"
|
|||
HLoader {
|
||||
id: pageLoader
|
||||
|
||||
property bool isWide: width > theme.contentIsWideAbove
|
||||
|
||||
// List of previously loaded [componentUrl, {properties}]
|
||||
property var history: []
|
||||
property int historyLength: 20
|
||||
|
||||
readonly property alias appearAnimation: appearAnimation
|
||||
|
||||
signal recycled()
|
||||
signal previousShown(string componentUrl, var properties)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user