diff options
Diffstat (limited to 'qt-mobile/qml/GpsList.qml')
-rw-r--r-- | qt-mobile/qml/GpsList.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-mobile/qml/GpsList.qml b/qt-mobile/qml/GpsList.qml index 24b389b23..0dfa54c91 100644 --- a/qt-mobile/qml/GpsList.qml +++ b/qt-mobile/qml/GpsList.qml @@ -88,7 +88,7 @@ MobileComponents.Page { } actions: [ Action { - iconName: "dialog-cancel" + iconName: "trash-empty" onTriggered: { print("delete this!") } |