! Constructs a range with \a lower and \a upper set to zero. */
| 1897 | Constructs a range with \a lower and \a upper set to zero. |
| 1898 | */ |
| 1899 | QCPRange::QCPRange() : |
| 1900 | lower(0), |
| 1901 | upper(0) |
| 1902 | { |
| 1903 | } |
| 1904 | |
| 1905 | /*! \overload |
| 1906 |
nothing calls this directly
no test coverage detected