mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 10:52:49 +00:00
kfile: add mtp protocol to KUrlNavigatorProtocolCombo categories, remove reference to non-existing protocols
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
1bd5eb7d08
commit
e3f4e41c44
1 changed files with 1 additions and 6 deletions
|
@ -201,15 +201,10 @@ void KUrlNavigatorProtocolCombo::initializeCategories()
|
|||
m_categories.insert("file", CoreCategory);
|
||||
m_categories.insert("ftp", CoreCategory);
|
||||
m_categories.insert("sftp", CoreCategory);
|
||||
|
||||
m_categories.insert("desktop", PlacesCategory);
|
||||
m_categories.insert("fonts", PlacesCategory);
|
||||
m_categories.insert("programs", PlacesCategory);
|
||||
m_categories.insert("settings", PlacesCategory);
|
||||
m_categories.insert("trash", PlacesCategory);
|
||||
|
||||
m_categories.insert("floppy", DevicesCategory);
|
||||
m_categories.insert("camera", DevicesCategory);
|
||||
m_categories.insert("mtp", DevicesCategory);
|
||||
m_categories.insert("remote", DevicesCategory);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue