WIP: added TODO warning

This commit is contained in:
Yuki Joou 2024-09-12 00:09:42 +02:00
parent 128dfe09fd
commit afce075057

View file

@ -123,6 +123,7 @@ public:
/** /**
* @returns true if this desktop is active. Only one at a time will be. * @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; bool isActive() const;