summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/Palettes/TimelineGraphicsView/RowMover.cpp
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@qt.io>2018-06-01 13:20:43 +0300
committerMiikka Heikkinen <miikka.heikkinen@qt.io>2018-06-01 11:37:33 +0000
commitb13294bc39a1759e55e057e0e73f998bf1347450 (patch)
treeb26d8cf06561c0f5ccd44f3a3ddbb2792f612123 /src/Authoring/Studio/Palettes/TimelineGraphicsView/RowMover.cpp
parent52e69f91b631d4fa0aae135dea8bc7bad277cbd7 (diff)
Handle trivial timeline TODOs
Went through timeline TODOs and removed ones that are no longer valid and did trivial ones. Task-number: QT3DS-1828 Change-Id: I717c4fae21bd2d95136c0cec63e4b304bbb3d24d Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io> Reviewed-by: Kaj Grönholm <kaj.gronholm@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src/Authoring/Studio/Palettes/TimelineGraphicsView/RowMover.cpp')
-rw-r--r--src/Authoring/Studio/Palettes/TimelineGraphicsView/RowMover.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Authoring/Studio/Palettes/TimelineGraphicsView/RowMover.cpp b/src/Authoring/Studio/Palettes/TimelineGraphicsView/RowMover.cpp
index cdb2ab41..44c01622 100644
--- a/src/Authoring/Studio/Palettes/TimelineGraphicsView/RowMover.cpp
+++ b/src/Authoring/Studio/Palettes/TimelineGraphicsView/RowMover.cpp
@@ -329,7 +329,7 @@ void RowMover::updateTargetRow(const QPointF &scenePos, EStudioObjectType rowTyp
updateTargetRowLater = std::bind(&RowMover::updateTargetRow, this,
scenePos, rowType);
m_rowAutoExpand = rowInsert1;
- m_autoExpandTimer.start(TimelineConstants::AUTO_EXPAND_Time);
+ m_autoExpandTimer.start(TimelineConstants::AUTO_EXPAND_TIME);
} else {
m_rowAutoExpand = nullptr;
m_autoExpandTimer.stop();