summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qlibraryinfo.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2021-02-05 18:08:46 +0100
committerUlf Hermann <ulf.hermann@qt.io>2021-02-08 11:00:12 +0100
commit4e5d0cf5e51bede27016ae52fee9199547d0c658 (patch)
tree63c98d3c66a85b1286339fe02836ed0bda715bb5 /src/corelib/global/qlibraryinfo.h
parent8aff901f70def69c2ac56754ef4146150e43bf8a (diff)
QLibraryInfo: Rename Qml2ImportsPath to QmlImportsPath
The "2" is meaningless. We retain the old name as alias for source compatibility, but we don't document it anymore. Task-number: QTBUG-85064 Change-Id: Id10d58f6d39a0faaec042304b374ae6b23469362 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/corelib/global/qlibraryinfo.h')
-rw-r--r--src/corelib/global/qlibraryinfo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/corelib/global/qlibraryinfo.h b/src/corelib/global/qlibraryinfo.h
index 04956052b3..bfb3a9f858 100644
--- a/src/corelib/global/qlibraryinfo.h
+++ b/src/corelib/global/qlibraryinfo.h
@@ -65,7 +65,8 @@ public:
LibraryExecutablesPath,
BinariesPath,
PluginsPath,
- Qml2ImportsPath,
+ QmlImportsPath,
+ Qml2ImportsPath = QmlImportsPath,
ArchDataPath,
DataPath,
TranslationsPath,