qtquick: Rename MainWindowLayout to DockingArea
Since it's not an actual Window, it's just a QQuickItem. QtQuick has proper Window items that mean an actual Window.
This commit is contained in:
@@ -73,7 +73,7 @@ ApplicationWindow {
|
||||
}
|
||||
}
|
||||
|
||||
KDDW.MainWindowLayout {
|
||||
KDDW.DockingArea {
|
||||
anchors.fill: parent
|
||||
|
||||
// Each main layout needs a unique id
|
||||
|
||||
Reference in New Issue
Block a user