! Constructs a data point with key and value set to zero. */
| 20025 | Constructs a data point with key and value set to zero. |
| 20026 | */ |
| 20027 | QCPGraphData::QCPGraphData() : |
| 20028 | key(0), |
| 20029 | value(0) |
| 20030 | { |
| 20031 | } |
| 20032 | |
| 20033 | /*! |
| 20034 | Constructs a data point with the specified \a key and \a value. |
nothing calls this directly
no outgoing calls
no test coverage detected