method begone
This commit is contained in:
parent
211adcff1d
commit
7d0de68cd4
@ -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;
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user