* @return the tick length used for both the open and close marker */
| 83 | * @return the tick length used for both the open and close marker |
| 84 | */ |
| 85 | qreal StockBarAttributes::tickLength() const |
| 86 | { |
| 87 | return d->tickLength; |
| 88 | } |
| 89 | |
| 90 | bool StockBarAttributes::operator==(const StockBarAttributes &r) const |
| 91 | { |