! \internal Removes the specified \a bars from the internal mBars list of bars. This method does not change the barsGroup property on \a bars. \see registerBars */
| 24175 | \see registerBars |
| 24176 | */ |
| 24177 | void QCPBarsGroup::unregisterBars(QCPBars *bars) |
| 24178 | { |
| 24179 | mBars.removeOne(bars); |
| 24180 | } |
| 24181 | |
| 24182 | /*! \internal |
| 24183 |