From 07b191ca712443138bb04f01db4bd61ea44dc354 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Fri, 13 Jan 2017 17:47:52 +0100 Subject: [PATCH] Remove unused method --- interfaces/devicesmodel.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/interfaces/devicesmodel.h b/interfaces/devicesmodel.h index 26e8af3ba..28014b670 100644 --- a/interfaces/devicesmodel.h +++ b/interfaces/devicesmodel.h @@ -72,8 +72,6 @@ public: Q_SCRIPTABLE DeviceDbusInterface* getDevice(int row) const; QHash roleNames() const override; - QVector devices() const { return m_deviceList; } - private Q_SLOTS: void deviceAdded(const QString& id); void deviceRemoved(const QString& id);