aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/perfprofiler/perfprofilertracefile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/perfprofiler/perfprofilertracefile.cpp')
-rw-r--r--src/plugins/perfprofiler/perfprofilertracefile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/perfprofiler/perfprofilertracefile.cpp b/src/plugins/perfprofiler/perfprofilertracefile.cpp
index c6ea883c79..9b58f21f62 100644
--- a/src/plugins/perfprofiler/perfprofilertracefile.cpp
+++ b/src/plugins/perfprofiler/perfprofilertracefile.cpp
@@ -497,7 +497,7 @@ void PerfProfilerTraceFile::writeToDevice()
CompressedDataStream bufferStream(m_device.data());
int i = 0;
traceManager->replayPerfEvents([&](const PerfEvent &event, const PerfEventType &type) {
- Q_UNUSED(type);
+ Q_UNUSED(type)
Packet packet(&bufferStream);
packet << event;