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

Method afterParensChanged

plugins/astyle/astyle_preferences.cpp:423–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421}
422
423void AStylePreferences::afterParensChanged()
424{
425 if(!m_enableWidgetSignals)
426 return;
427 m_formatter->setAfterParens(chkAfterParens->isChecked());
428 inpContinuation->setEnabled(chkAfterParens->isChecked());
429 m_formatter->setContinuation(inpContinuation->value());
430
431 updatePreviewText();
432}
433
434#include "moc_astyle_preferences.cpp"

Callers

nothing calls this directly

Calls 4

setAfterParensMethod · 0.80
setContinuationMethod · 0.80
setEnabledMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected