| 67 | } |
| 68 | |
| 69 | QString FvAvailableUpdate::GetEnclosurePlatform() |
| 70 | { |
| 71 | return m_enclosurePlatform; |
| 72 | } |
| 73 | |
| 74 | void FvAvailableUpdate::SetEnclosurePlatform(QString enclosurePlatform) |
| 75 | { |
nothing calls this directly
no outgoing calls
no test coverage detected