Make whitespace in Deleted consistent

icc-effect-5.17.5
Vlad Zagorodniy 2019-02-06 19:06:08 +02:00
parent e81bbfb086
commit 261e3a768a
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,7 @@ class KWIN_EXPORT Deleted
Q_PROPERTY(bool keepAbove READ keepAbove CONSTANT)
Q_PROPERTY(bool keepBelow READ keepBelow CONSTANT)
Q_PROPERTY(QString caption READ caption CONSTANT)
public:
static Deleted* create(Toplevel* c);
// used by effects to keep the window around for e.g. fadeout effects when it's destroyed
@ -185,6 +186,7 @@ public:
protected:
virtual void debug(QDebug& stream) const;
private Q_SLOTS:
void mainClientClosed(KWin::Toplevel *client);
void transientForClosed(Toplevel *toplevel, Deleted *deleted);