Remove this stuff, it is not needed anymore. Come with my previous commit.
It doesn't break the BC, we can add afterwards an overload it doesn't matter. svn path=/trunk/KDE/kdelibs/; revision=889392
This commit is contained in:
parent
1cbd228901
commit
c11105d5af
@ -1301,11 +1301,6 @@ void Applet::mouseMoveEvent(QGraphicsSceneMouseEvent *event)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void Applet::mousePressEvent(QGraphicsSceneMouseEvent *event)
|
|
||||||
{
|
|
||||||
QGraphicsWidget::mousePressEvent(event);
|
|
||||||
}
|
|
||||||
|
|
||||||
void Applet::focusInEvent(QFocusEvent *event)
|
void Applet::focusInEvent(QFocusEvent *event)
|
||||||
{
|
{
|
||||||
if (!isContainment() && containment()) {
|
if (!isContainment() && containment()) {
|
||||||
|
5
applet.h
5
applet.h
@ -780,11 +780,6 @@ class PLASMA_EXPORT Applet : public QGraphicsWidget
|
|||||||
*/
|
*/
|
||||||
void mouseMoveEvent(QGraphicsSceneMouseEvent *event);
|
void mouseMoveEvent(QGraphicsSceneMouseEvent *event);
|
||||||
|
|
||||||
/**
|
|
||||||
* @internal manage the mouse movement to drag the applet around
|
|
||||||
*/
|
|
||||||
void mousePressEvent(QGraphicsSceneMouseEvent *event);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Reimplemented from QGraphicsItem
|
* Reimplemented from QGraphicsItem
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user