Warning, /kdevelop/kdevelop/plugins/cppcheck/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>"parameters.h"</include>
0008   <kcfgfile />
0009 
0010   <group name="Cppcheck">
0011 
0012     <entry name="executablePath" key="executablePath" type="Path">
0013         <default code="true">QStandardPaths::findExecutable(QStringLiteral("cppcheck"))</default>
0014     </entry>
0015 
0016     <entry name="hideOutputView" key="hideOutputView" type="Bool">
0017         <default code="true">defaults::hideOutputView</default>
0018     </entry>
0019 
0020     <entry name="showXmlOutput" key="showXmlOutput" type="Bool">
0021         <default code="true">defaults::showXmlOutput</default>
0022     </entry>
0023 
0024   </group>
0025 </kcfg>