From 7846e2f40d7d2912e9040ebfd97d71aef976131e Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Mon, 15 Feb 2021 08:36:33 +0100 Subject: [PATCH] Doc: Fix warning on undocumented enum value Change-Id: Ia917b86a24bdb621b1040f1e1a9fe4946a1e57ae Reviewed-by: Paul Wicking --- src/corelib/global/qlibraryinfo.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/corelib/global/qlibraryinfo.cpp b/src/corelib/global/qlibraryinfo.cpp index 7379975828..cec6431206 100644 --- a/src/corelib/global/qlibraryinfo.cpp +++ b/src/corelib/global/qlibraryinfo.cpp @@ -861,6 +861,7 @@ QStringList QLibraryInfo::platformPluginArguments(const QString &platformName) \value BinariesPath The path to installed Qt binaries (tools and applications). \value PluginsPath The path to installed Qt plugins. \value QmlImportsPath The path to installed QML extensions to import. + \value Qml2ImportsPath The path to installed QML extensions to import. \value ArchDataPath The path to general architecture-dependent Qt data. \value DataPath The path to general architecture-independent Qt data. \value TranslationsPath The path to translation information for Qt strings.