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 Renderer;
|
||||||
}
|
}
|
||||||
|
|
||||||
class KWIN_EXPORT Deleted
|
class KWIN_EXPORT Deleted : public Toplevel
|
||||||
: public Toplevel
|
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue