diff options
Diffstat (limited to 'core/btdiscovery.cpp')
-rw-r--r-- | core/btdiscovery.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/btdiscovery.cpp b/core/btdiscovery.cpp index ba4d7b1ce..a96deb6fd 100644 --- a/core/btdiscovery.cpp +++ b/core/btdiscovery.cpp @@ -64,10 +64,9 @@ static dc_descriptor_t *getDeviceType(QString btName) return NULL; } -BTDiscovery::BTDiscovery(QObject *parent) : m_btValid(false), +BTDiscovery::BTDiscovery(QObject*) : m_btValid(false), discoveryAgent(NULL) { - Q_UNUSED(parent) if (m_instance) { qDebug() << "trying to create an additional BTDiscovery object"; return; |