File indexing completed on 2024-05-19 05:31:42

0001 /*
0002     KWin - the KDE window manager
0003     This file is part of the KDE project.
0004 
0005     SPDX-FileCopyrightText: 2015 Martin Gräßlin <mgraesslin@kde.org>
0006 
0007     SPDX-License-Identifier: GPL-2.0-or-later
0008 */
0009 #pragma once
0010 
0011 #include <QDebug>
0012 #include <QLoggingCategory>
0013 
0014 Q_DECLARE_LOGGING_CATEGORY(LIBKWINEFFECTS)