From a7b833f3198c7206a0db934b60451a0315d19991 Mon Sep 17 00:00:00 2001 From: Kristen McWilliam Date: Tue, 26 Oct 2021 08:59:03 -0400 Subject: [PATCH] Add class comment for Toplevel A simple class comment to give the reader an idea what this is for. --- src/toplevel.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/toplevel.h b/src/toplevel.h index b25891b915..cc1994aa81 100644 --- a/src/toplevel.h +++ b/src/toplevel.h @@ -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