1 /*
2     KWin - the KDE window manager
3     This file is part of the KDE project.
4 
5     SPDX-FileCopyrightText: 2015 Martin Gräßlin <mgraesslin@kde.org>
6 
7     SPDX-License-Identifier: GPL-2.0-or-later
8 */
9 #ifndef KWIN_TABBOX_LOGGING_H
10 #define KWIN_TABBOX_LOGGING_H
11 #include <QDebug>
12 #include <QLoggingCategory>
13 Q_DECLARE_LOGGING_CATEGORY(KWIN_TABBOX)
14 
15 #endif
16