diff options
author | Kevin Funk <kfunk@kde.org> | 2017-01-16 09:22:37 +0100 |
---|---|---|
committer | Kevin Funk <kfunk@kde.org> | 2017-01-16 09:22:37 +0100 |
commit | f7ef172c32a7e17e5e3b24cafa5da1e95502b9e4 (patch) | |
tree | 58396cb4e251a7cda1ec831aefe0d38742f881f0 /src/gui/kwindowconfig.h | |
parent | 51410384458b941291f71400d49c3f6d6efbef49 (diff) | |
download | kconfig-f7ef172c32a7e17e5e3b24cafa5da1e95502b9e4.tar.gz kconfig-f7ef172c32a7e17e5e3b24cafa5da1e95502b9e4.tar.bz2 |
Fix a few -Wdocumentation warnings
Diffstat (limited to 'src/gui/kwindowconfig.h')
-rw-r--r-- | src/gui/kwindowconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kwindowconfig.h b/src/gui/kwindowconfig.h index 48a8f3c7..49f14f96 100644 --- a/src/gui/kwindowconfig.h +++ b/src/gui/kwindowconfig.h @@ -51,7 +51,7 @@ KCONFIGGUI_EXPORT void saveWindowSize(const QWindow *window, KConfigGroup &confi * * @note the group must be set before calling * - * @param dialog The dialog to restore size. + * @param window The window to restore size. * @param config The config group to read from. * @since 5.0. */ |