2020-08-02 22:22:19 +00:00
|
|
|
/*
|
|
|
|
KWin - the KDE window manager
|
|
|
|
This file is part of the KDE project.
|
2013-11-29 05:18:28 +00:00
|
|
|
|
2020-08-02 22:22:19 +00:00
|
|
|
SPDX-FileCopyrightText: 2013 Martin Gräßlin <mgraesslin@kde.org>
|
2013-11-29 05:18:28 +00:00
|
|
|
|
2020-08-02 22:22:19 +00:00
|
|
|
SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
*/
|
2013-11-29 05:18:28 +00:00
|
|
|
#include <kwineffects.h>
|
2016-07-16 17:14:44 +00:00
|
|
|
Q_LOGGING_CATEGORY(KWINEFFECTS, "kwineffects", QtCriticalMsg)
|