MCPcopy Create free account
hub / github.com/KDE/kdevelop / option

Method option

plugins/astyle/astyle_formatter.cpp:321–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321QVariant AStyleFormatter::option(const QString &key) const
322{
323 if(!m_options.contains(key))
324 qCDebug(KDEV_ASTYLE) << "Missing option name " << key;
325 return m_options[key];
326}
327
328void AStyleFormatter::loadStyle(const QString &content)
329{

Callers 2

indentationMethod · 0.45
updateWidgetsMethod · 0.45

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected