| 49 | const QString& GetExecutablePath() const { return execPath_; } |
| 50 | |
| 51 | void SetDeviceSerial(const QString& serial) { deviceSerial_ = serial; } |
| 52 | const QString& GetDeviceSerial() const { return deviceSerial_; } |
| 53 | |
| 54 | signals: |
nothing calls this directly
no outgoing calls
no test coverage detected