! \internal Removes \a pos from the childX list of this anchor. Note that this function does not change the parent setting in \a pos. */
| 11394 | Note that this function does not change the parent setting in \a pos. |
| 11395 | */ |
| 11396 | void QCPItemAnchor::removeChildX(QCPItemPosition *pos) |
| 11397 | { |
| 11398 | if (!mChildrenX.remove(pos)) |
| 11399 | qDebug() << Q_FUNC_INFO << "provided pos isn't child" << reinterpret_cast<quintptr>(pos); |
| 11400 | } |
| 11401 | |
| 11402 | /*! \internal |
| 11403 |
no test coverage detected