| 332 | } |
| 333 | |
| 334 | SaverThread::SaverThread(QObject *parent) |
| 335 | : QThread(parent) |
| 336 | { |
| 337 | } |
| 338 | |
| 339 | void SaverThread::saveFile(const QString &writeFileName, |
| 340 | const QString &readFileName, |
nothing calls this directly
no outgoing calls
no test coverage detected