Add more details about default implementation of isInternal()
This commit is contained in:
parent
88c4c58072
commit
01ff92d16c
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue