aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/tracing/timelinenotesrenderpass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/tracing/timelinenotesrenderpass.cpp')
-rw-r--r--src/libs/tracing/timelinenotesrenderpass.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libs/tracing/timelinenotesrenderpass.cpp b/src/libs/tracing/timelinenotesrenderpass.cpp
index 0aa36a1762..e9bd80a0e9 100644
--- a/src/libs/tracing/timelinenotesrenderpass.cpp
+++ b/src/libs/tracing/timelinenotesrenderpass.cpp
@@ -106,9 +106,9 @@ TimelineRenderPass::State *TimelineNotesRenderPass::update(const TimelineAbstrac
int lastIndex, bool stateChanged,
float spacing) const
{
- Q_UNUSED(firstIndex);
- Q_UNUSED(lastIndex);
- Q_UNUSED(spacing);
+ Q_UNUSED(firstIndex)
+ Q_UNUSED(lastIndex)
+ Q_UNUSED(spacing)
const TimelineNotesModel *notes = renderer->notes();
const TimelineModel *model = renderer->model();