summaryrefslogtreecommitdiffstats
path: root/app/perfelfmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/perfelfmap.h')
-rw-r--r--app/perfelfmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/perfelfmap.h b/app/perfelfmap.h
index 01ba722..de1d478 100644
--- a/app/perfelfmap.h
+++ b/app/perfelfmap.h
@@ -21,7 +21,7 @@
#pragma once
#include <QFileInfo>
-#include <QVector>
+#include <QList>
#include <limits>
class PerfElfMap : public QObject
@@ -117,7 +117,7 @@ signals:
private:
// elf sorted by start address
- QVector<ElfInfo> m_elfs;
+ QList<ElfInfo> m_elfs;
// last registered elf with zero pgoff
ElfInfo m_lastBase;
};