Fixed debugger hang

This commit is contained in:
obscuren
2014-06-09 22:04:16 +02:00
parent cc20b0e3a0
commit ba3623d0cc
3 changed files with 33 additions and 9 deletions

View File

@@ -163,7 +163,7 @@ ApplicationWindow {
height: parent.height
width: parent.width
TableViewColumn{ id: key ; role: "key" ; title: "#" ; width: storageTableView.width / 2}
TableViewColumn{ role: "value" ; title: "value" ; width: storageTableView.width / 2}
TableViewColumn{ role: "value" ; title: "Storage" ; width: storageTableView.width / 2}
model: storageModel
}
}