Remove unused method
This commit is contained in:
parent
c038c41eec
commit
07b191ca71
1 changed files with 0 additions and 2 deletions
|
@ -72,8 +72,6 @@ public:
|
|||
Q_SCRIPTABLE DeviceDbusInterface* getDevice(int row) const;
|
||||
QHash<int, QByteArray> roleNames() const override;
|
||||
|
||||
QVector<DeviceDbusInterface*> devices() const { return m_deviceList; }
|
||||
|
||||
private Q_SLOTS:
|
||||
void deviceAdded(const QString& id);
|
||||
void deviceRemoved(const QString& id);
|
||||
|
|
Loading…
Reference in a new issue