| 564 | } |
| 565 | |
| 566 | void CustomScriptPreferences::load(const KDevelop::SourceFormatterStyle& style) |
| 567 | { |
| 568 | m_style = style; |
| 569 | m_commandEdit->setText(style.content()); |
| 570 | m_captionLabel->setText(i18n("Style: %1", style.caption())); |
| 571 | |
| 572 | updateTimeout(); |
| 573 | } |
| 574 | |
| 575 | QString CustomScriptPreferences::save() const |
| 576 | { |
no test coverage detected