Merge lp:~faenil/qtmir/add_missing_default_return_value into lp:qtmir
Proposed by
Andrea Bernabei
on 2016-09-05
| Status: | Merged |
|---|---|
| Approved by: | Daniel d'Andrada on 2016-09-05 |
| Approved revision: | 559 |
| Merged at revision: | 567 |
| Proposed branch: | lp:~faenil/qtmir/add_missing_default_return_value |
| Merge into: | lp:qtmir |
| Diff against target: |
11 lines (+1/-0) 1 file modified
src/platforms/mirserver/screen.cpp (+1/-0) |
| To merge this branch: | bzr merge lp:~faenil/qtmir/add_missing_default_return_value |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Daniel d'Andrada (community) | 2016-09-05 | Approve on 2016-09-05 | |
|
Review via email:
|
|||
Commit Message
Add missing default return value to qImageFormatFro
Description of the Change
This is part of the set up of the instrumented libraries PPA.
Building QtMir with
-DCMAKE_
results in a failure because of a missing return value.
This MR adds the missing return.
To post a comment you must log in.

* Did you perform an exploratory manual test run of the code change and any related functionality?
No. Just built and run the tests.
* Did CI run pass? If not, please explain why.
No results yet, but tests pass locally.