mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
solid: remove unused Solid::Backends::UDev::UDevDevice::systemAttribute() method
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
4caa3dc74f
commit
e582d5c976
2 changed files with 0 additions and 6 deletions
|
@ -602,11 +602,6 @@ bool UDevDevice::propertyExists(const QString &key) const
|
|||
return m_device.deviceProperties().contains(key);
|
||||
}
|
||||
|
||||
QString UDevDevice::systemAttribute(const char *attribute) const
|
||||
{
|
||||
return m_device.sysfsProperty(attribute);
|
||||
}
|
||||
|
||||
QString UDevDevice::deviceName() const
|
||||
{
|
||||
return m_device.sysfsPath();
|
||||
|
|
|
@ -65,7 +65,6 @@ public:
|
|||
QMap<QString, QVariant> allProperties() const;
|
||||
bool propertyExists(const QString &key) const;
|
||||
|
||||
QString systemAttribute(const char *attribute) const;
|
||||
QString deviceName() const;
|
||||
QString devicePath() const;
|
||||
int deviceNumber() const;
|
||||
|
|
Loading…
Add table
Reference in a new issue