okular/core/debug_p.h
2021-06-10 08:11:56 +00:00

16 lines
317 B
C

/*
SPDX-FileCopyrightText: 2007 Pino Toscano <pino@kde.org>
SPDX-FileCopyrightText: 2014 Frederik Gladhorn <gladhorn@kde.org>
SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef OKULAR_DEBUG_P_H
#define OKULAR_DEBUG_P_H
#include <QLoggingCategory>
Q_DECLARE_LOGGING_CATEGORY(OkularCoreDebug)
#endif