diff options
Diffstat (limited to 'src/kconfig_compiler/README.dox')
-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. |