From e0b0a08e50cef4c91808e30c2d3d33ee1b0cd0b8 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Mon, 27 May 2019 14:12:11 +0200 Subject: ExtensionSystem: Move away from QList Qt 6 API will move away from it. Use QVector for API and some std container for internal things. Change-Id: Iff14d48a47d5ac52ade875d9c8c84ad8a4f577d8 Reviewed-by: hjk --- src/app/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app') diff --git a/src/app/main.cpp b/src/app/main.cpp index 17e2d3bf29..a531543c7e 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -102,7 +102,7 @@ const char BLOCK_OPTION[] = "-block"; const char PLUGINPATH_OPTION[] = "-pluginpath"; const char USER_LIBRARY_PATH_OPTION[] = "-user-library-path"; // hidden option for qtcreator.sh -typedef QList PluginSpecSet; +using PluginSpecSet = QVector; // Helpers for displaying messages. Note that there is no console on Windows. -- cgit v1.2.1