Clean up actions for open/save

This commit is contained in:
Arjen Hiemstra 2015-02-11 14:54:24 +01:00
parent 242b46dcca
commit 64b76b1fec
2 changed files with 11 additions and 6 deletions

View file

@ -10,6 +10,7 @@ Button {
text: "Save";
signal saveRequested();
iconSource: UM.Resources.getIcon('save.png');
onClicked: saveDialog.open();