diff options
Diffstat (limited to 'src/gui/kconfiggui.h')
-rw-r--r-- | src/gui/kconfiggui.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/gui/kconfiggui.h b/src/gui/kconfiggui.h index 33082d83..b030c977 100644 --- a/src/gui/kconfiggui.h +++ b/src/gui/kconfiggui.h @@ -22,9 +22,10 @@ namespace KConfigGui /** * Returns the current application session config object. * - * @note If Qt is built without session manager support, - * this by default will return nullptr, unless a custom config - * has been set via @c setSessionConfig. + * @note If Qt is built without session manager support, i.e. + * QT_NO_SESSIONMANAGER is defined, this by default will return + * nullptr, unless a custom config has been set via + * @c setSessionConfig. * * @return A pointer to the application's instance specific * KConfig object. |