include QPointF
svn path=/trunk/KDE/kdelibs/; revision=1034752
This commit is contained in:
parent
b3c08d7c3f
commit
3eb6730abf
@ -25,8 +25,8 @@
|
||||
class QGraphicsSceneMouseEvent;
|
||||
class QGraphicsWidget;
|
||||
#include <QObject>
|
||||
#include <QPointF>
|
||||
|
||||
class QPointF;
|
||||
|
||||
namespace Plasma
|
||||
{
|
||||
@ -53,6 +53,9 @@ private:
|
||||
void startAnimationTimer(int interval);
|
||||
void doneOvershoot(void);
|
||||
|
||||
protected:
|
||||
bool eventFilter(QObject *watched, QEvent *event);
|
||||
|
||||
public Q_SLOTS:
|
||||
void setKineticScrollValue(QPointF value);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user