| 227 | } |
| 228 | |
| 229 | SearchHistoryTask::SearchHistoryTask(QObject *parent) |
| 230 | : SessionTask(parent) |
| 231 | , _direction(Enum::BackwardsSearch) |
| 232 | , _noWrap(false) |
| 233 | , _startLine(0) |
| 234 | { |
| 235 | } |
| 236 | |
| 237 | void SearchHistoryTask::setSearchDirection(Enum::SearchDirection direction) |
| 238 | { |
nothing calls this directly
no outgoing calls
no test coverage detected