Merge lp:~juhapekka-piiroinen/ubuntu-qtcreator-plugins/fix-bug-1197537 into lp:ubuntu-qtcreator-plugins

Proposed by Juhapekka Piiroinen
Status: Merged
Merged at revision: 238
Proposed branch: lp:~juhapekka-piiroinen/ubuntu-qtcreator-plugins/fix-bug-1197537
Merge into: lp:ubuntu-qtcreator-plugins
Diff against target: 13 lines (+2/-2)
1 file modified
ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/tabs/ui/WorldTabTools.qml (+2/-2)
To merge this branch: bzr merge lp:~juhapekka-piiroinen/ubuntu-qtcreator-plugins/fix-bug-1197537
Reviewer Review Type Date Requested Status
Ubuntu SDK team Pending
Review via email: mp+173673@code.launchpad.net

Description of the change

Fixed bug #1197537, The Tabbed UI template was using deprecated APIs.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/tabs/ui/WorldTabTools.qml'
2--- ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/tabs/ui/WorldTabTools.qml 2013-06-07 17:56:43 +0000
3+++ ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/tabs/ui/WorldTabTools.qml 2013-07-09 09:02:25 +0000
4@@ -1,8 +1,8 @@
5 import QtQuick 2.0
6 import Ubuntu.Components 0.1
7
8-ToolbarActions {
9- Action {
10+ToolbarItems {
11+ ToolbarButton {
12 iconSource: Qt.resolvedUrl("../graphics/toolbarIcon.png")
13 text: i18n.tr("Tap me!")
14

Subscribers

People subscribed via source and target branches