[libkwineffects] Adjust whitespace in AnimationEffect's header

Test Plan: Compiles.

Reviewers: #kwin

Subscribers: kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D17835
icc-effect-5.17.5
Vlad Zagorodniy 2018-12-28 19:12:20 +02:00
parent 09cf04eec4
commit 5a98591fff
1 changed files with 3 additions and 2 deletions

View File

@ -28,7 +28,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <kwineffects.h>
#include <kwineffects_export.h>
namespace KWin
{
@ -389,12 +388,14 @@ private:
void disconnectGeometryChanges();
void updateLayerRepaints();
void validate(Attribute a, uint &meta, FPx2 *from, FPx2 *to, const EffectWindow *w) const;
private Q_SLOTS:
void init();
void triggerRepaint();
void _windowClosed( KWin::EffectWindow* w );
void _windowDeleted( KWin::EffectWindow* w );
void _expandedGeometryChanged(KWin::EffectWindow *w, const QRect &old);
private:
static QElapsedTimer s_clock;
AnimationEffectPrivate * const d_ptr;
@ -402,8 +403,8 @@ private:
Q_DISABLE_COPY(AnimationEffect)
};
} // namespace
QDebug operator<<(QDebug dbg, const KWin::FPx2 &fpx2);
Q_DECLARE_METATYPE(KWin::FPx2)