forked from qt-creator/qt-creator
GitPlugin: Coding style fixes (WS only)
Change-Id: Icb83354dca6400f81dda0a28ef26861655b7e367 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -231,13 +231,13 @@ private:
|
|||||||
Utils::ParameterAction *m_applyCurrentFilePatchAction;
|
Utils::ParameterAction *m_applyCurrentFilePatchAction;
|
||||||
Gerrit::Internal::GerritPlugin *m_gerritPlugin;
|
Gerrit::Internal::GerritPlugin *m_gerritPlugin;
|
||||||
|
|
||||||
GitClient *m_gitClient;
|
GitClient *m_gitClient;
|
||||||
QPointer<StashDialog> m_stashDialog;
|
QPointer<StashDialog> m_stashDialog;
|
||||||
QPointer<BranchDialog> m_branchDialog;
|
QPointer<BranchDialog> m_branchDialog;
|
||||||
QPointer<RemoteDialog> m_remoteDialog;
|
QPointer<RemoteDialog> m_remoteDialog;
|
||||||
QString m_submitRepository;
|
QString m_submitRepository;
|
||||||
QString m_commitMessageFileName;
|
QString m_commitMessageFileName;
|
||||||
bool m_submitActionTriggered;
|
bool m_submitActionTriggered;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace Internal
|
} // namespace Internal
|
||||||
|
Reference in New Issue
Block a user