diff options
author | Nate Graham <nate@kde.org> | 2020-09-03 11:21:14 -0600 |
---|---|---|
committer | Nate Graham <nate@kde.org> | 2020-09-03 11:21:14 -0600 |
commit | 89c99164b4c235dfc61aa3cdd6997dc1413281ce (patch) | |
tree | 094dbb3a59cfc4d872c0534b32dc362c8f9737b7 /src/gui | |
parent | 7ce130f3c6de55d834bd8f0b24498e4ea0626c25 (diff) | |
download | kconfig-89c99164b4c235dfc61aa3cdd6997dc1413281ce.tar.gz kconfig-89c99164b4c235dfc61aa3cdd6997dc1413281ce.tar.bz2 |
Fix @since tag for recently-added function
Diffstat (limited to 'src/gui')
-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 0d36fa48..3fda43c1 100644 --- a/src/gui/kwindowconfig.h +++ b/src/gui/kwindowconfig.h @@ -86,7 +86,7 @@ KCONFIGGUI_EXPORT void restoreWindowPosition(QWindow *window, const KConfigGrou /** * Convenience function to get a space-separated list of all connected screens. * - * @since 5.75 + * @since 5.74 */ QString allConnectedScreens(); } |