forked from qt-creator/qt-creator
ValgrindPlugin: Use QList instead of QVector
Change-Id: Ib1bd223b73d1f7399008f91a3c26ff515ab03a0c Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: hjk <hjk@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -187,7 +187,7 @@ public:
|
||||
|
||||
QTimer m_updateTimer;
|
||||
|
||||
QVector<CallgrindTextMark *> m_textMarks;
|
||||
QList<CallgrindTextMark *> m_textMarks;
|
||||
|
||||
QAction *m_startAction = nullptr;
|
||||
QAction *m_stopAction = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user