Merge lp:~gerboland/qtubuntu/fixMirConnectionGetter into lp:qtubuntu

Proposed by Gerry Boland
Status: Merged
Approved by: Jonas G. Drange
Approved revision: 302
Merged at revision: 305
Proposed branch: lp:~gerboland/qtubuntu/fixMirConnectionGetter
Merge into: lp:qtubuntu
Diff against target: 11 lines (+1/-1)
1 file modified
src/ubuntumirclient/nativeinterface.cpp (+1/-1)
To merge this branch: bzr merge lp:~gerboland/qtubuntu/fixMirConnectionGetter
Reviewer Review Type Date Requested Status
Jonas G. Drange (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+280615@code.launchpad.net

Commit message

Fix getting MirConnection pointer

Description of the change

Fix getting MirConnection pointer

To post a comment you must log in.
Revision history for this message
Gerry Boland (gerboland) wrote :
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Jonas G. Drange (jonas-drange) wrote :

Works and LGTM. Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/ubuntumirclient/nativeinterface.cpp'
2--- src/ubuntumirclient/nativeinterface.cpp 2015-10-15 15:12:16 +0000
3+++ src/ubuntumirclient/nativeinterface.cpp 2015-12-15 16:16:43 +0000
4@@ -34,7 +34,7 @@
5 insert("eglcontext", UbuntuNativeInterface::EglContext);
6 insert("nativeorientation", UbuntuNativeInterface::NativeOrientation);
7 insert("display", UbuntuNativeInterface::Display);
8- insert("mirConnection", UbuntuNativeInterface::MirConnection);
9+ insert("mirconnection", UbuntuNativeInterface::MirConnection);
10 }
11 };
12

Subscribers

People subscribed via source and target branches