aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/kconfig_compiler/README.dox6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/kconfig_compiler/README.dox b/src/kconfig_compiler/README.dox
index 968c3778..e11b157b 100644
--- a/src/kconfig_compiler/README.dox
+++ b/src/kconfig_compiler/README.dox
@@ -108,7 +108,11 @@ The following options are read from the kcfgc file:
<td>string</td>
<td>KConfigSkeleton</td>
<td>Class the generated class inherits from. This class must inherit
- KConfigSkeleton.</td>
+ KConfigSkeleton and must provide a default constructor (kcfgfile not specified), a constructor
+ taking a QString argument (kcfgfile with "name" attribute) and a constructor taking a
+ KSharedConfig::Ptr as argument (kcfgfile with "arg" attribute).
+ Please refer to the documentation of KConfigSkeleton.
+ </td>
</tr>
<tr>
<td><b>Visibility</b></td>