remove deprecaed toolBoxItem()
This commit is contained in:
parent
fafb0a73e4
commit
adde5d32d1
@ -1599,13 +1599,6 @@ void ContainmentPrivate::mimeTypeRetrieved(KIO::Job *job, const QString &mimeTyp
|
|||||||
#endif // PLASMA_NO_KIO
|
#endif // PLASMA_NO_KIO
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef KDE_NO_DEPRECATED
|
|
||||||
const QGraphicsItem *Containment::toolBoxItem() const
|
|
||||||
{
|
|
||||||
return d->toolBox.data();
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
void Containment::setToolBox(AbstractToolBox *toolBox)
|
void Containment::setToolBox(AbstractToolBox *toolBox)
|
||||||
{
|
{
|
||||||
if (d->toolBox.data()) {
|
if (d->toolBox.data()) {
|
||||||
|
@ -582,13 +582,6 @@ Q_SIGNALS:
|
|||||||
*/
|
*/
|
||||||
void resizeEvent(QGraphicsSceneResizeEvent *event);
|
void resizeEvent(QGraphicsSceneResizeEvent *event);
|
||||||
|
|
||||||
/**
|
|
||||||
* @returns the toolbox associated with this containment, or a null pointer if none
|
|
||||||
*/
|
|
||||||
#ifndef KDE_NO_DEPRECATED
|
|
||||||
KDE_DEPRECATED const QGraphicsItem *toolBoxItem() const;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets a custom ToolBox
|
* Sets a custom ToolBox
|
||||||
* if there was an old one it will be deleted
|
* if there was an old one it will be deleted
|
||||||
|
Loading…
Reference in New Issue
Block a user