! \internal Removes \a pos from the childY list of this anchor. Note that this function does not change the parent setting in \a pos. */
| 11411 | Note that this function does not change the parent setting in \a pos. |
| 11412 | */ |
| 11413 | void QCPItemAnchor::removeChildY(QCPItemPosition *pos) |
| 11414 | { |
| 11415 | if (!mChildrenY.remove(pos)) |
| 11416 | qDebug() << Q_FUNC_INFO << "provided pos isn't child" << reinterpret_cast<quintptr>(pos); |
| 11417 | } |
| 11418 | |
| 11419 | |
| 11420 | //////////////////////////////////////////////////////////////////////////////////////////////////// |
no test coverage detected