Merge lp:~dandrader/unity/phablet_missingImport into lp:unity/phablet

Proposed by Daniel d'Andrada
Status: Merged
Approved by: Albert Astals Cid
Approved revision: no longer in the source branch.
Merged at revision: 644
Proposed branch: lp:~dandrader/unity/phablet_missingImport
Merge into: lp:unity/phablet
Diff against target: 10 lines (+1/-0)
1 file modified
SideStage/SideStage.qml (+1/-0)
To merge this branch: bzr merge lp:~dandrader/unity/phablet_missingImport
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Albert Astals Cid Pending
Review via email: mp+161674@code.launchpad.net

Commit message

Add missing import to SideStage.qml

Description of the change

Add missing import to SideStage.qml

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'SideStage/SideStage.qml'
2--- SideStage/SideStage.qml 2013-04-29 19:21:59 +0000
3+++ SideStage/SideStage.qml 2013-04-30 18:42:26 +0000
4@@ -15,6 +15,7 @@
5 */
6
7 import QtQuick 2.0
8+import Ubuntu.Application 0.1
9 import Ubuntu.Components 0.1
10 import "../Components"
11

Subscribers

People subscribed via source and target branches