! Constructs a bar data point with key and value set to zero. */
| 23558 | Constructs a bar data point with key and value set to zero. |
| 23559 | */ |
| 23560 | QCPBarsData::QCPBarsData() : |
| 23561 | key(0), |
| 23562 | value(0) |
| 23563 | { |
| 23564 | } |
| 23565 | |
| 23566 | /*! |
| 23567 | Constructs a bar data point with the specified \a key and \a value. |
nothing calls this directly
no outgoing calls
no test coverage detected