| 140 | return m_config.readEntry("LastSearchItems", QStringList{}); |
| 141 | } |
| 142 | int templateIndex() const |
| 143 | { |
| 144 | return m_config.readEntry("LastUsedTemplateIndex", 0); |
| 145 | } |
| 146 | QStringList templateStringList() const |
| 147 | { |
| 148 | return m_config.readEntry("LastUsedTemplateString", template_str()); |