Merge lp:~sergiusens/dropping-letters/nohud into lp:dropping-letters

Proposed by Sergio Schvezov
Status: Merged
Approved by: Alan Pope 🍺🐧🐱 πŸ¦„
Approved revision: 42
Merged at revision: 42
Proposed branch: lp:~sergiusens/dropping-letters/nohud
Merge into: lp:dropping-letters
Diff against target: 29 lines (+0/-14)
1 file modified
dropping-letters.qml (+0/-14)
To merge this branch: bzr merge lp:~sergiusens/dropping-letters/nohud
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Alan Pope 🍺🐧🐱 πŸ¦„ (community) Approve
Review via email: mp+191164@code.launchpad.net

Commit message

Removing obsolete HUD

To post a comment you must log in.
Revision history for this message
Alan Pope 🍺🐧🐱 πŸ¦„ (popey) :
review: Approve
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'dropping-letters.qml'
--- dropping-letters.qml 2013-10-09 19:21:49 +0000
+++ dropping-letters.qml 2013-10-15 11:39:53 +0000
@@ -5,7 +5,6 @@
5import QtQuick.LocalStorage 2.05import QtQuick.LocalStorage 2.0
6import Ubuntu.Components 0.16import Ubuntu.Components 0.1
7import Ubuntu.Components.Popups 0.17import Ubuntu.Components.Popups 0.1
8import Ubuntu.HUD 1.0 as HUD
98
10MainView {9MainView {
11 id: mainView10 id: mainView
@@ -654,17 +653,4 @@
654 }653 }
655 }654 }
656 }655 }
657 HUD.HUD {
658 applicationIdentifier: "dropping-letters"
659 HUD.Context {
660 HUD.QuitAction {
661 onTriggered: Qt.quit()
662 }
663 HUD.Action {
664 label: i18n.tr("New game")
665 keywords: "Reset;Start;New"
666 onTriggered: resetGame()
667 }
668 }
669 }
670}656}

Subscribers

People subscribed via source and target branches