summaryrefslogtreecommitdiffstats
path: root/app/perffilesection.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/perffilesection.h')
-rw-r--r--app/perffilesection.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/perffilesection.h b/app/perffilesection.h
index 9615d26..78b706f 100644
--- a/app/perffilesection.h
+++ b/app/perffilesection.h
@@ -25,10 +25,10 @@
struct PerfFileSection {
PerfFileSection();
- quint64 offset;
- quint64 size;
+ qint64 offset;
+ qint64 size;
- static quint64 fixedLength() { return sizeof(offset) + sizeof(size); }
+ static quint16 fixedLength() { return sizeof(offset) + sizeof(size); }
};
QDataStream &operator>>(QDataStream &stream, PerfFileSection &section);