Fixed deprecation warning
This commit is contained in:
parent
205df05219
commit
15745b2425
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ void KioKdeconnect::listDevice()
|
|||
entry.insert(KIO::UDSEntry::UDS_ACCESS, S_IRUSR | S_IRGRP | S_IROTH);
|
||||
entry.insert(KIO::UDSEntry::UDS_MIME_TYPE, "");
|
||||
entry.insert(KIO::UDSEntry::UDS_URL, path);
|
||||
listEntry(entry, false);
|
||||
listEntry(entry);
|
||||
}
|
||||
|
||||
infoMessage("");
|
||||
|
|
Loading…
Reference in a new issue