Merge lp:~ken-vandine/ubuntu-system-settings/rtm-1346483 into lp:ubuntu-system-settings/rtm-14.09

Proposed by Ken VanDine
Status: Rejected
Rejected by: Sebastien Bacher
Proposed branch: lp:~ken-vandine/ubuntu-system-settings/rtm-1346483
Merge into: lp:ubuntu-system-settings/rtm-14.09
Diff against target: 13 lines (+2/-1)
1 file modified
plugins/bluetooth/bluetooth.h (+2/-1)
To merge this branch: bzr merge lp:~ken-vandine/ubuntu-system-settings/rtm-1346483
Reviewer Review Type Date Requested Status
Sebastien Bacher (community) Approve
Review via email: mp+242109@code.launchpad.net

Commit message

[bluetooth] make the bluetooth agent a notifyable property.

Description of the change

[bluetooth] make the bluetooth agent a notifyable property.

To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :

thanks

review: Approve
Revision history for this message
Sebastien Bacher (seb128) wrote :

seems like we are not doing more rtm landing, so cleaning the list a bit, that one is rather going to be including with the vivid rebase

Unmerged revisions

940. By Ken VanDine

[bluetooth] make the bluetooth agent a notifyable property.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/bluetooth/bluetooth.h'
2--- plugins/bluetooth/bluetooth.h 2014-08-28 07:22:28 +0000
3+++ plugins/bluetooth/bluetooth.h 2014-11-18 19:13:07 +0000
4@@ -48,7 +48,8 @@
5 NOTIFY selectedDeviceChanged)
6
7 Q_PROPERTY (QObject * agent
8- READ getAgent)
9+ READ getAgent
10+ CONSTANT)
11
12 Q_PROPERTY (bool powered
13 READ isPowered

Subscribers

People subscribed via source and target branches