! Constructs an error bar with errors set to zero. */
| 27117 | Constructs an error bar with errors set to zero. |
| 27118 | */ |
| 27119 | QCPErrorBarsData::QCPErrorBarsData() : |
| 27120 | errorMinus(0), |
| 27121 | errorPlus(0) |
| 27122 | { |
| 27123 | } |
| 27124 | |
| 27125 | /*! |
| 27126 | Constructs an error bar with equal \a error in both negative and positive direction. |
nothing calls this directly
no outgoing calls
no test coverage detected