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

Method minMaxValuesChanged

plugins/astyle/astyle_preferences.cpp:304–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302}
303
304void AStylePreferences::minMaxValuesChanged()
305{
306 if(!m_enableWidgetSignals)
307 return;
308 m_formatter->setMaxInStatementIndentLength(inpMaxStatement->value());
309 m_formatter->setMinConditionalIndentLength(inpMinConditional->value());
310
311 updatePreviewText();
312}
313
314void AStylePreferences::bracketsChanged()
315{

Callers

nothing calls this directly

Calls 3

valueMethod · 0.45

Tested by

no test coverage detected