1 /* 2 SPDX-FileCopyrightText: 2015 Andreas Cord-Landwehr <cordlandwehr@kde.org> 3 4 SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL 5 */ 6 7 #ifndef LIBLEARNER_DEBUG_H 8 #define LIBLEARNER_DEBUG_H 9 10 #include <QLoggingCategory> 11 Q_DECLARE_LOGGING_CATEGORY(LIBLEARNER_LOG) 12 13 #endif 14