diff options
author | Aleix Pol <aleixpol@kde.org> | 2018-12-10 18:06:28 +0100 |
---|---|---|
committer | Aleix Pol <aleixpol@kde.org> | 2018-12-12 14:58:11 +0100 |
commit | e4b002e7ae07272cd63921d65ec299c66f5c36ab (patch) | |
tree | b183004337bd4d9a611fbd5089f6990f632dfd68 /src/kconfig_compiler | |
parent | 569d27a671887095295e7acd2a7d1a7cb8b488a8 (diff) | |
download | kconfig-e4b002e7ae07272cd63921d65ec299c66f5c36ab.tar.gz kconfig-e4b002e7ae07272cd63921d65ec299c66f5c36ab.tar.bz2 |
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
Diffstat (limited to 'src/kconfig_compiler')
-rw-r--r-- | src/kconfig_compiler/README.dox | 2 |
1 files changed, 1 insertions, 1 deletions
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<int>. Useful for storing QSplitter + to the application as QList<int>. Useful for storing QSplitter geometries. - Color isn't a special type but has special input. It is generated as QColor. |