Merge lp:~marcustomlinson/qmenumodel/fix_define_guard into lp:qmenumodel

Proposed by Marcus Tomlinson
Status: Merged
Approved by: Lars Karlitski
Approved revision: 97
Merge reported by: Marcus Tomlinson
Merged at revision: not available
Proposed branch: lp:~marcustomlinson/qmenumodel/fix_define_guard
Merge into: lp:qmenumodel
Diff against target: 21 lines (+2/-1)
2 files modified
.bzrignore (+1/-0)
libqmenumodel/src/menunode.h (+1/-1)
To merge this branch: bzr merge lp:~marcustomlinson/qmenumodel/fix_define_guard
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Lars Karlitski (community) Approve
Review via email: mp+195927@code.launchpad.net

This proposal supersedes a proposal from 2013-11-06.

Commit message

Fixed #define guard

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote : Posted in a previous version of this proposal
review: Approve (continuous-integration)
Revision history for this message
Lars Karlitski (larsu) wrote : Posted in a previous version of this proposal

Good catch, thanks.

review: Approve
Revision history for this message
Lars Karlitski (larsu) :
review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Autolanding.
No commit message was specified in the merge proposal. Hit 'Add commit message' on the merge proposal web page or follow the link below. You can approve the merge proposal yourself to rerun.
https://code.launchpad.net/~marcustomlinson/qmenumodel/fix_define_guard/+merge/195927/+edit-commit-message

review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file '.bzrignore'
--- .bzrignore 2012-12-03 13:12:02 +0000
+++ .bzrignore 2013-11-20 09:32:21 +0000
@@ -40,3 +40,4 @@
40debian/*.substvars40debian/*.substvars
41debian/stamp-*41debian/stamp-*
4242
43*.user
4344
=== modified file 'libqmenumodel/src/menunode.h'
--- libqmenumodel/src/menunode.h 2013-08-09 08:01:43 +0000
+++ libqmenumodel/src/menunode.h 2013-11-20 09:32:21 +0000
@@ -17,7 +17,7 @@
17 * Renato Araujo Oliveira Filho <renato@canonical.com>17 * Renato Araujo Oliveira Filho <renato@canonical.com>
18 */18 */
1919
20#ifndef MENULI_H20#ifndef MENUNODE_H
21#define MENUNODE_H21#define MENUNODE_H
2222
23#include <QObject>23#include <QObject>

Subscribers

People subscribed via source and target branches