Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Unmaintained
libbluedevil
Commits
61e35f00
Commit
61e35f00
authored
Mar 10, 2013
by
Àlex Fiestas
Browse files
Added missing emit defaultChanged
BUG:314356
parent
17302b2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
bluedevil/bluedevilmanager.cpp
View file @
61e35f00
...
...
@@ -140,6 +140,7 @@ void Manager::Private::_k_adapterAdded(const QDBusObjectPath &objectPath)
m_adaptersHash
.
insert
(
objectPath
.
path
(),
adapter
);
if
(
!
m_defaultAdapter
)
{
m_defaultAdapter
=
adapter
;
emit
m_q
->
defaultAdapterChanged
(
m_defaultAdapter
);
}
if
(
!
m_usableAdapter
||
!
m_usableAdapter
->
isPowered
())
{
Adapter
*
const
oldUsableAdapter
=
m_usableAdapter
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment