diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/kconfig_compiler/README.dox | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kconfig_compiler/README.dox b/src/kconfig_compiler/README.dox index 4c22a452..0ead5939 100644 --- a/src/kconfig_compiler/README.dox +++ b/src/kconfig_compiler/README.dox @@ -531,6 +531,8 @@ for a signal, the signal name will suffice. You can also use the generic configChanged() signal from KConfigSkeleton to notify your application about configuration changes. +Note that you will also need to pass the GENERATE_MOC option to the kconfig_add_kcfg_files macro. + \subsection translation_context Translation context In the kcfg file you can specify the translation's context for \<tooltip\>, \<whatsthis\> and \<label\> element for an entry. |