Commit f7b4a4c1 authored by Frederik Gladhorn's avatar Frederik Gladhorn Committed by The Qt Project
Browse files

Menu text was renamed to title


Change-Id: I39463938e8095202be61306576f396a8edf4be15
Reviewed-by: default avatarGabriel de Dietrich <gabriel.dedietrich@digia.com>
parent dd2ad972
No related merge requests found
Showing with 2 additions and 2 deletions
......@@ -53,11 +53,11 @@ ApplicationWindow {
menuBar: MenuBar {
Menu {
text: "File"
title: "File"
MenuItem { text: "Quit"; onTriggered: Qt.quit() }
}
Menu {
text: "Help"
title: "Help"
MenuItem { text: "About..."; enabled: false }
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment