From afce0750576fa8b09db00887f47d97e7c7479db0 Mon Sep 17 00:00:00 2001 From: Yuki Joou Date: Thu, 12 Sep 2024 00:09:42 +0200 Subject: [PATCH] WIP: added TODO warning --- src/wayland/plasmavirtualdesktop.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wayland/plasmavirtualdesktop.h b/src/wayland/plasmavirtualdesktop.h index fad321f68c..6e6b9c57cd 100644 --- a/src/wayland/plasmavirtualdesktop.h +++ b/src/wayland/plasmavirtualdesktop.h @@ -123,6 +123,7 @@ public: /** * @returns true if this desktop is active. Only one at a time will be. + * TODO: Is there an issue if there are multiple active desktops at once? */ bool isActive() const;