Removed outdated comment

This commit is contained in:
Albert Vaca 2016-07-07 01:07:51 +02:00
parent 81634303b2
commit 47c78427cb

View file

@ -59,7 +59,7 @@ Q_SIGNALS:
void pairingError(const QString& errorMessage);
private:
DeviceLink* m_deviceLink; // We keep the latest link here, if this is destroyed without new link, linkDestroyed is emitted and device will destroy pairing handler
DeviceLink* m_deviceLink;
};