! Creates an empty QCPDataRange, with begin and end set to 0. */
| 2228 | Creates an empty QCPDataRange, with begin and end set to 0. |
| 2229 | */ |
| 2230 | QCPDataRange::QCPDataRange() : |
| 2231 | mBegin(0), |
| 2232 | mEnd(0) |
| 2233 | { |
| 2234 | } |
| 2235 | |
| 2236 | /*! |
| 2237 | Creates a QCPDataRange, initialized with the specified \a begin and \a end. |
nothing calls this directly
no outgoing calls
no test coverage detected