diff options
author | hjk <hjk@qt.io> | 2019-05-27 11:04:18 +0200 |
---|---|---|
committer | hjk <hjk@qt.io> | 2019-05-27 09:35:53 +0000 |
commit | 2ac89cba92ce067ea05697ed743afe7a8b709669 (patch) | |
tree | 897af63e757f2430e53f296134b86eaa49c52e72 /src/plugins/qnx/qnxutils.h | |
parent | 98c4994c38adcf501dbff26f41776594991b6f58 (diff) | |
download | qt-creator-2ac89cba92ce067ea05697ed743afe7a8b709669.tar.gz |
ProjectExplorer: Use an alias for QList<Abi>
Change-Id: I69231c5974620ae30296bfc4e0ab41c900d95a3c
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/qnx/qnxutils.h')
-rw-r--r-- | src/plugins/qnx/qnxutils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qnx/qnxutils.h b/src/plugins/qnx/qnxutils.h index 505a1a5bff..cc3c5e0f90 100644 --- a/src/plugins/qnx/qnxutils.h +++ b/src/plugins/qnx/qnxutils.h @@ -77,7 +77,7 @@ public: static QList<Utils::EnvironmentItem> qnxEnvironment(const QString &sdpPath); static QList<QnxTarget> findTargets(const Utils::FileName &basePath); static ProjectExplorer::Abi convertAbi(const ProjectExplorer::Abi &abi); - static QList<ProjectExplorer::Abi> convertAbis(const QList<ProjectExplorer::Abi> &abis); + static ProjectExplorer::Abis convertAbis(const ProjectExplorer::Abis &abis); }; } // namespace Internal |