forked from qt-creator/qt-creator
GitPlugin: Replace QVector with QList
Change-Id: I20218a5fcd9b4af6e6633de55d41d4ba771bcd75 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -416,9 +416,9 @@ public:
|
||||
QAction *m_fixupCommitAction = nullptr;
|
||||
QAction *m_interactiveRebaseAction = nullptr;
|
||||
|
||||
QVector<ParameterAction *> m_fileActions;
|
||||
QVector<ParameterAction *> m_projectActions;
|
||||
QVector<QAction *> m_repositoryActions;
|
||||
QList<ParameterAction *> m_fileActions;
|
||||
QList<ParameterAction *> m_projectActions;
|
||||
QList<QAction *> m_repositoryActions;
|
||||
ParameterAction *m_applyCurrentFilePatchAction = nullptr;
|
||||
Gerrit::Internal::GerritPlugin m_gerritPlugin;
|
||||
|
||||
|
Reference in New Issue
Block a user