| 46 | const QVector<QPair<quint32, quint64>>& GetFreeInfo() const { return freeInfo_; } |
| 47 | |
| 48 | void SetExecutablePath(const QString& str) { execPath_ = str; } |
| 49 | const QString& GetExecutablePath() const { return execPath_; } |
| 50 | |
| 51 | void SetDeviceSerial(const QString& serial) { deviceSerial_ = serial; } |
nothing calls this directly
no outgoing calls
no test coverage detected