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

Method updateTimeout

plugins/customscript/customscript_plugin.cpp:519–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517}
518
519void CustomScriptPreferences::updateTimeout()
520{
521 const QString& text = indentPluginSingleton.data()->previewText(m_style, QMimeType());
522 emit previewTextChanged(text);
523}
524
525CustomScriptPreferences::CustomScriptPreferences()
526{

Callers

nothing calls this directly

Calls 3

QMimeTypeClass · 0.50
previewTextMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected