Add more details about default implementation of isInternal()

This commit is contained in:
Vlad Zagorodniy 2019-07-03 19:44:37 +03:00
parent 88c4c58072
commit 01ff92d16c

View file

@ -822,6 +822,8 @@ public:
*
* Internal clients are created by KWin and used for special purpose windows,
* like the task switcher, etc.
*
* Default implementation returns @c false.
**/
virtual bool isInternal() const;