Fix coding style

This commit is contained in:
Vlad Zahorodnii 2019-10-02 12:57:59 +03:00
parent 78be358746
commit cd3a38ab5c
2 changed files with 2 additions and 4 deletions

View file

@ -33,8 +33,7 @@ namespace Decoration
class Renderer; class Renderer;
} }
class KWIN_EXPORT Deleted class KWIN_EXPORT Deleted : public Toplevel
: public Toplevel
{ {
Q_OBJECT Q_OBJECT

View file

@ -64,8 +64,7 @@ enum class ReleaseReason {
KWinShutsDown ///< Release on KWin Shutdown (window still valid) KWinShutsDown ///< Release on KWin Shutdown (window still valid)
}; };
class KWIN_EXPORT Toplevel class KWIN_EXPORT Toplevel : public QObject
: public QObject
{ {
Q_OBJECT Q_OBJECT