Add class comment for Toplevel
A simple class comment to give the reader an idea what this is for.
This commit is contained in:
parent
9adb5eed02
commit
a7b833f319
1 changed files with 3 additions and 0 deletions
|
@ -52,6 +52,9 @@ enum class ReleaseReason {
|
||||||
KWinShutsDown ///< Release on KWin Shutdown (window still valid)
|
KWinShutsDown ///< Release on KWin Shutdown (window still valid)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Represents a window.
|
||||||
|
*/
|
||||||
class KWIN_EXPORT Toplevel : public QObject
|
class KWIN_EXPORT Toplevel : public QObject
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
Loading…
Reference in a new issue