diff options
| author | Bjørn Erik Nilsen <bjorn.nilsen@nokia.com> | 2010-12-29 14:32:42 +0100 |
|---|---|---|
| committer | Bjørn Erik Nilsen <bjorn.nilsen@nokia.com> | 2010-12-29 14:32:42 +0100 |
| commit | 16977ad4af73ba31e6b80a8baf19f43a3729342c (patch) | |
| tree | 46081febfd0f2d1d7c2a841ae863b000ff0dbb17 /src/graphicsitems/qxpathview_p.h | |
| parent | 535a1209735a035eb8454fba784e887ba59eaa6b (diff) | |
Make PathView usable with qt-scene-graph.
We need this patch until we have a better replacement for QxPathView :-)
It is almost impossible to flick without this patch.
Diffstat (limited to 'src/graphicsitems/qxpathview_p.h')
| -rw-r--r-- | src/graphicsitems/qxpathview_p.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/graphicsitems/qxpathview_p.h b/src/graphicsitems/qxpathview_p.h index f1958b8..0c43bba 100644 --- a/src/graphicsitems/qxpathview_p.h +++ b/src/graphicsitems/qxpathview_p.h @@ -136,6 +136,9 @@ Q_SIGNALS: void modelChanged(); void countChanged(); void pathChanged(); + void movingChanged(); + void movementStarted(); + void movementEnded(); void preferredHighlightBeginChanged(); void preferredHighlightEndChanged(); void highlightRangeModeChanged(); @@ -161,6 +164,7 @@ protected: private Q_SLOTS: void refill(); void ticked(); + void onTimeLineCompleted(); void itemsInserted(int index, int count); void itemsRemoved(int index, int count); void itemsMoved(int,int,int); |
