This commit is contained in:
Aaron Seigo 2014-09-29 21:01:59 +02:00
parent 17cb59d966
commit 852b42452d

View file

@ -84,6 +84,5 @@ Rectangle {
source: "edit-clear" source: "edit-clear"
callback: function() { status.text = status.text.substr(0, status.text.length - 1); } callback: function() { status.text = status.text.substr(0, status.text.length - 1); }
} }
//DialerSvgButton { svg: PlasmaCore.Svg { imagePath: "edit-clear.svg" } }
} }
} }