method begone

This commit is contained in:
Aaron Seigo 2012-11-09 16:33:26 +01:00
parent 211adcff1d
commit 7d0de68cd4
2 changed files with 0 additions and 11 deletions

View File

@ -291,12 +291,6 @@ QPoint ContainmentActions::popupPosition(const QSize &s, QEvent *event)
return pos;
}
bool ContainmentActions::event(QEvent *)
{
//no longer needed
return false;
}
void ContainmentActions::setContainment(Containment *newContainment) {
d->containment = newContainment;
}

View File

@ -170,11 +170,6 @@ class PLASMA_EXPORT ContainmentActions : public QObject
*/
QPoint popupPosition(const QSize &s, QEvent *event);
/**
* @reimplemented
*/
bool event(QEvent *e);
/**
* @p newContainment the containment the plugin should be associated with.
* @since 4.6