! \internal Removes \a pos from the childY list of this anchor. Note that this function does not change the parent setting in \a pos. */
| 12138 | Note that this function does not change the parent setting in \a pos. |
| 12139 | */ |
| 12140 | void QCPItemAnchor::removeChildY(QCPItemPosition *pos) |
| 12141 | { |
| 12142 | if (!mChildrenY.remove(pos)) |
| 12143 | qDebug() << Q_FUNC_INFO << "provided pos isn't child" << reinterpret_cast<quintptr>(pos); |
| 12144 | } |
| 12145 | |
| 12146 | |
| 12147 | //////////////////////////////////////////////////////////////////////////////////////////////////// |
no test coverage detected