Add class comment for Toplevel

A simple class comment to give the reader an idea what this is for.
This commit is contained in:
Kristen McWilliam 2021-10-26 08:59:03 -04:00 committed by Vlad Zahorodnii
parent 9adb5eed02
commit a7b833f319

View file

@ -52,6 +52,9 @@ enum class ReleaseReason {
KWinShutsDown ///< Release on KWin Shutdown (window still valid)
};
/**
* Represents a window.
*/
class KWIN_EXPORT Toplevel : public QObject
{
Q_OBJECT