| 27 | QString SaveHistoryAutoTask::_saveDialogRecentURL; |
| 28 | |
| 29 | SaveHistoryAutoTask::SaveHistoryAutoTask(QObject *parent) |
| 30 | : SessionTask(parent) |
| 31 | , _droppedBytes(0) |
| 32 | , _bytesLines(0) |
| 33 | , _pendingChanges(false) |
| 34 | { |
| 35 | } |
| 36 | |
| 37 | SaveHistoryAutoTask::~SaveHistoryAutoTask() = default; |
| 38 |
nothing calls this directly
no outgoing calls
no test coverage detected