Fix build with Bluetooth enabled
Summary: A variable was not renamed correctly because nobody tested it with Bluetooth enabled Test Plan: compiles Reviewers: #kde_connect, albertvaka Reviewed By: #kde_connect, albertvaka Subscribers: albertvaka, #kde_connect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D7777
This commit is contained in:
parent
c93d83dfb2
commit
9336c05360
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ Daemon::Daemon(QObject* parent, bool testMode)
|
|||
else {
|
||||
d->m_linkProviders.insert(new LanLinkProvider());
|
||||
#ifdef KDECONNECT_BLUETOOTH
|
||||
d->mLinkProviders.insert(new BluetoothLinkProvider());
|
||||
d->m_linkProviders.insert(new BluetoothLinkProvider());
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue