! \internal Removes \a pos from the childX list of this anchor. Note that this function does not change the parent setting in \a pos. */
| 11383 | Note that this function does not change the parent setting in \a pos. |
| 11384 | */ |
| 11385 | void QCPItemAnchor::removeChildX(QCPItemPosition *pos) |
| 11386 | { |
| 11387 | if (!mChildrenX.remove(pos)) |
| 11388 | qDebug() << Q_FUNC_INFO << "provided pos isn't child" << reinterpret_cast<quintptr>(pos); |
| 11389 | } |
| 11390 | |
| 11391 | /*! \internal |
| 11392 |
no test coverage detected