| 69 | } |
| 70 | |
| 71 | QString Component::toolTip() const |
| 72 | { |
| 73 | QString tt; |
| 74 | tt += QString(GbrObj::tr("Rotation: %1\n")).arg(m_rotation); |
| 75 | tt += QString(GbrObj::tr("Value: %1\n")).arg(m_value); |
| 76 | tt += QString(GbrObj::tr("Footprint: %1\n")).arg(m_footprintName); |
| 77 | return tt; |
| 78 | } |
| 79 | |
| 80 | QDataStream& operator<<(QDataStream& stream, const Component& c) |
| 81 | { |
no outgoing calls
no test coverage detected