mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
remove unused QGraphicsItemPrivate::maybeExtraItemCache()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
7b85ce9d2c
commit
aed2139a08
2 changed files with 0 additions and 9 deletions
|
@ -5372,14 +5372,6 @@ void QGraphicsItemPrivate::removeChild(QGraphicsItem *child)
|
|||
emit static_cast<QGraphicsObject *>(q_ptr)->childrenChanged();
|
||||
}
|
||||
|
||||
/*!
|
||||
\internal
|
||||
*/
|
||||
QGraphicsItemCache *QGraphicsItemPrivate::maybeExtraItemCache() const
|
||||
{
|
||||
return (QGraphicsItemCache *)qvariant_cast<void *>(extra(ExtraCacheData));
|
||||
}
|
||||
|
||||
/*!
|
||||
\internal
|
||||
*/
|
||||
|
|
|
@ -360,7 +360,6 @@ public:
|
|||
|
||||
QList<ExtraStruct> extras;
|
||||
|
||||
QGraphicsItemCache *maybeExtraItemCache() const;
|
||||
QGraphicsItemCache *extraItemCache();
|
||||
void removeExtraItemCache();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue