Warning, /kdevelop/kdevelop/plugins/heaptrack/config/globalsettings.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 
0007   <include>"utils.h"</include>
0008   <kcfgfile />
0009 
0010   <group name="Heaptrack">
0011 
0012     <entry name="heaptrackExecutable" key="heaptrackExecutable" type="Path">
0013         <default code="true">findExecutable(QStringLiteral("heaptrack"))</default>
0014     </entry>
0015 
0016     <entry name="heaptrackGuiExecutable" key="heaptrackGuiExecutable" type="Path">
0017         <default code="true">findExecutable(QStringLiteral("heaptrack_gui"))</default>
0018     </entry>
0019 
0020   </group>
0021 </kcfg>