aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/extensionsystem/pluginspec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/extensionsystem/pluginspec.h')
-rw-r--r--src/libs/extensionsystem/pluginspec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/extensionsystem/pluginspec.h b/src/libs/extensionsystem/pluginspec.h
index 25c08cd4122..e7c2987ebe4 100644
--- a/src/libs/extensionsystem/pluginspec.h
+++ b/src/libs/extensionsystem/pluginspec.h
@@ -106,7 +106,7 @@ public:
QVector<PluginDependency> dependencies() const;
QJsonObject metaData() const;
- typedef QVector<PluginArgumentDescription> PluginArgumentDescriptions;
+ using PluginArgumentDescriptions = QVector<PluginArgumentDescription>;
PluginArgumentDescriptions argumentDescriptions() const;
// other information, valid after 'Read' state is reached