| 517 | } |
| 518 | |
| 519 | void CustomScriptPreferences::updateTimeout() |
| 520 | { |
| 521 | const QString& text = indentPluginSingleton.data()->previewText(m_style, QMimeType()); |
| 522 | emit previewTextChanged(text); |
| 523 | } |
| 524 | |
| 525 | CustomScriptPreferences::CustomScriptPreferences() |
| 526 | { |
nothing calls this directly
no test coverage detected