Remove old devicekit udisks backend

This commit is contained in:
Jonas Kvinge
2019-07-13 23:00:25 +02:00
parent f2675adc05
commit c9f01f4bc4
9 changed files with 1 additions and 4454 deletions

View File

@@ -78,7 +78,7 @@ class DeviceInfo : public SimpleTreeItem<DeviceInfo> {
transcode_format_(Song::FileType_Unknown),
task_percentage_(-1) {}
// A device can be discovered in different ways (devicekit, gio, etc.)
// A device can be discovered in different ways (udisks2, gio, etc.)
// Sometimes the same device is discovered more than once. In this case the device will have multiple "backends".
struct Backend {
Backend(DeviceLister *lister = nullptr, const QString &id = QString())