From 47c78427cb3ab18c5c546f7a7e707f4788c1b892 Mon Sep 17 00:00:00 2001 From: Albert Vaca Date: Thu, 7 Jul 2016 01:07:51 +0200 Subject: [PATCH] Removed outdated comment --- core/backends/pairinghandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/backends/pairinghandler.h b/core/backends/pairinghandler.h index 8fc0c9d4e..0ff161bef 100644 --- a/core/backends/pairinghandler.h +++ b/core/backends/pairinghandler.h @@ -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; };