D10167: Initialize m_usableAdapter with nullptr

2018-01-28 Thread Albert Astals Cid
aacid updated this revision to Diff 26155. aacid added a comment. remove the line altogether REPOSITORY R269 BluezQt CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D10167?vs=26153&id=26155 BRANCH master REVISION DETAIL https://phabricator.kde.org/D10167 AFFECTED FILES src/

D10167: Initialize m_usableAdapter with nullptr

2018-01-28 Thread David Rosca
drosca accepted this revision. This revision is now accepted and ready to land. REPOSITORY R269 BluezQt BRANCH master REVISION DETAIL https://phabricator.kde.org/D10167 To: aacid, dhaumann, drosca Cc: dhaumann, drosca, #frameworks, michaelh

D10167: Initialize m_usableAdapter with nullptr

2018-01-28 Thread David Rosca
drosca requested changes to this revision. drosca added a comment. This revision now requires changes to proceed. Since it is a shared pointer then it doesn't need explicit initialization and this line can just be removed. REPOSITORY R269 BluezQt REVISION DETAIL https://phabricator.kde.o

D10167: Initialize m_usableAdapter with nullptr

2018-01-28 Thread Dominik Haumann
dhaumann accepted this revision. dhaumann added a comment. This revision is now accepted and ready to land. Looks good to me. REPOSITORY R269 BluezQt BRANCH master REVISION DETAIL https://phabricator.kde.org/D10167 To: aacid, dhaumann Cc: dhaumann, drosca, #frameworks, michaelh

D10167: Initialize m_usableAdapter with nullptr

2018-01-28 Thread Albert Astals Cid
aacid created this revision. Restricted Application added a project: Frameworks. Restricted Application added a subscriber: Frameworks. aacid requested review of this revision. REVISION SUMMARY instead of 0 since it's a [shared] pointer REPOSITORY R269 BluezQt BRANCH master REVISION DETAI