Warning, /plasma/bluedevil/src/settings/filereceiver.kcfg is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0" 0003 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 0004 xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 0005 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > 0006 <kcfgfile name="bluedevilreceiverrc"/> 0007 0008 <!-- File Receiving --> 0009 <group name="General"> 0010 <entry name="saveUrl" type="Url" key="saveUrl"> 0011 <label>Save received files to:</label> 0012 <default code="true">QUrl::fromLocalFile(QStandardPaths::writableLocation(QStandardPaths::DownloadLocation))</default> 0013 </entry> 0014 <entry name="autoAccept" type="Int" key="autoAccept"> 0015 <label>Whether allow to modify shared files</label> 0016 <default>0</default> 0017 </entry> 0018 </group> 0019 </kcfg>