From e4b002e7ae07272cd63921d65ec299c66f5c36ab Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Mon, 10 Dec 2018 18:06:28 +0100 Subject: Fix documentation, QValueList isn't a thing anymore Reviewers: #frameworks, aacid Reviewed By: aacid Subscribers: kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D17491 --- src/kconfig_compiler/README.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/kconfig_compiler/README.dox b/src/kconfig_compiler/README.dox index f6aff230..3ba97285 100644 --- a/src/kconfig_compiler/README.dox +++ b/src/kconfig_compiler/README.dox @@ -52,7 +52,7 @@ types the following special types are supported: date without breaking compatibility. - IntList This indicates a list of integers. This information is provided - to the application as QValueList. Useful for storing QSplitter + to the application as QList. Useful for storing QSplitter geometries. - Color isn't a special type but has special input. It is generated as QColor. -- cgit v1.2.1