Change all remaining QML file ids to "root"
This commit is contained in:
@@ -9,7 +9,7 @@ import QtQuick.Layouts 1.15
|
||||
import org.kde.neochat 1.0
|
||||
|
||||
KirigamiSettings.CategorizedSettings {
|
||||
id: settingsPage
|
||||
id: root
|
||||
|
||||
required property NeoChatConnection connection
|
||||
|
||||
@@ -66,7 +66,7 @@ KirigamiSettings.CategorizedSettings {
|
||||
page: Qt.resolvedUrl("DevicesPage.qml")
|
||||
initialProperties: {
|
||||
return {
|
||||
connection: settingsPage.connection
|
||||
connection: root.connection
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user