From f3d2ae59ffed6ca20964de004952792084e5e865 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Wed, 6 Jun 2018 09:11:15 +0200 Subject: [PATCH] Fixup @since for skip switcher API Summary: Not released yet. Test Plan: No testing performed at all. Reviewers: #plasma, stikonas Reviewed By: stikonas Subscribers: kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D13377 --- src/wayland/plasmashell_interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wayland/plasmashell_interface.h b/src/wayland/plasmashell_interface.h index 73033350bc..134178d66b 100644 --- a/src/wayland/plasmashell_interface.h +++ b/src/wayland/plasmashell_interface.h @@ -141,7 +141,7 @@ public: /** * @returns true if this window doesn't want to be listed * in a window switcher - * @since 5.45 + * @since 5.47 **/ bool skipSwitcher() const;