summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/Palettes/TimelineGraphicsView/ui/RowTimeline.h
diff options
context:
space:
mode:
authorMahmoud Badri <mahmoud.badri@qt.io>2018-06-06 13:17:52 +0300
committerMahmoud Badri <mahmoud.badri@qt.io>2018-06-06 10:30:20 +0000
commit319481d3bb532e65f76b00e77510c458b029516f (patch)
tree7d2740e1209583e10332e094808191ae22c6cabd /src/Authoring/Studio/Palettes/TimelineGraphicsView/ui/RowTimeline.h
parentdfa966e0d32041b1df0acd6db7733d22614b38b0 (diff)
Allow drag-select keyframes from an object row
Currently only possible to drag-select keyframes from property rows Task-number: QT3DS-1886 Change-Id: I6673e5ec52a73d48f0c9cd98abc7a53a63915ee0 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src/Authoring/Studio/Palettes/TimelineGraphicsView/ui/RowTimeline.h')
-rw-r--r--src/Authoring/Studio/Palettes/TimelineGraphicsView/ui/RowTimeline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Authoring/Studio/Palettes/TimelineGraphicsView/ui/RowTimeline.h b/src/Authoring/Studio/Palettes/TimelineGraphicsView/ui/RowTimeline.h
index 3c12a26a..831c02e0 100644
--- a/src/Authoring/Studio/Palettes/TimelineGraphicsView/ui/RowTimeline.h
+++ b/src/Authoring/Studio/Palettes/TimelineGraphicsView/ui/RowTimeline.h
@@ -76,7 +76,7 @@ public:
RowTimeline *parentRow() const;
RowTree *rowTree() const;
Keyframe *getClickedKeyframe(const QPointF &scenePos);
- QList<Keyframe *> getKeyframesInRange(const double left, const double right);
+ QList<Keyframe *> getKeyframesInRange(double left, double right);
QList<Keyframe *> keyframes() const;
void showToolTip(const QPointF &pos);