| 114 | { |
| 115 | public: |
| 116 | FrameGraphicsRootItem(const qint64 totalCost, Data::Costs::Unit unit, QString costName, const QString& label) |
| 117 | : FrameGraphicsItem(totalCost, {label, {}}, nullptr) |
| 118 | , m_costName(std::move(costName)) |
| 119 | , m_unit(unit) |
| 120 | { |
| 121 | } |
| 122 | |
| 123 | Data::Costs::Unit unit() const |
| 124 | { |
nothing calls this directly
no outgoing calls
no test coverage detected