Fix coding style
This commit is contained in:
parent
78be358746
commit
cd3a38ab5c
2 changed files with 2 additions and 4 deletions
|
@ -33,8 +33,7 @@ namespace Decoration
|
|||
class Renderer;
|
||||
}
|
||||
|
||||
class KWIN_EXPORT Deleted
|
||||
: public Toplevel
|
||||
class KWIN_EXPORT Deleted : public Toplevel
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
|
|
@ -64,8 +64,7 @@ enum class ReleaseReason {
|
|||
KWinShutsDown ///< Release on KWin Shutdown (window still valid)
|
||||
};
|
||||
|
||||
class KWIN_EXPORT Toplevel
|
||||
: public QObject
|
||||
class KWIN_EXPORT Toplevel : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
|
Loading…
Reference in a new issue