MCPcopy Create free account
hub / github.com/KDE/konsole / SearchHistoryTask

Method SearchHistoryTask

src/SearchHistoryTask.cpp:229–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229SearchHistoryTask::SearchHistoryTask(QObject *parent)
230 : SessionTask(parent)
231 , _direction(Enum::BackwardsSearch)
232 , _noWrap(false)
233 , _startLine(0)
234{
235}
236
237void SearchHistoryTask::setSearchDirection(Enum::SearchDirection direction)
238{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected