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

Method SaveHistoryAutoTask

src/SaveHistoryAutoTask.cpp:29–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27QString SaveHistoryAutoTask::_saveDialogRecentURL;
28
29SaveHistoryAutoTask::SaveHistoryAutoTask(QObject *parent)
30 : SessionTask(parent)
31 , _droppedBytes(0)
32 , _bytesLines(0)
33 , _pendingChanges(false)
34{
35}
36
37SaveHistoryAutoTask::~SaveHistoryAutoTask() = default;
38

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected