| 163 | } |
| 164 | |
| 165 | void Entry::setSuffix(const std::string& suffix) |
| 166 | { |
| 167 | m_suffix = suffix; |
| 168 | invalidate(); |
| 169 | } |
| 170 | |
| 171 | void Entry::getEntryThemeInfo(int* scroll, int* caret, int* state, |
| 172 | int* selbeg, int* selend) |
no outgoing calls
no test coverage detected