File indexing completed on 2024-04-28 04:33:05

0001 /*
0002     SPDX-FileCopyrightText: 2007 Pino Toscano <pino@kde.org>
0003     SPDX-FileCopyrightText: 2014 Frederik Gladhorn <gladhorn@kde.org>
0004 
0005     SPDX-License-Identifier: GPL-2.0-or-later
0006 */
0007 
0008 #ifndef OKULAR_DEBUG_UI_P_H
0009 #define OKULAR_DEBUG_UI_P_H
0010 
0011 #include <QLoggingCategory>
0012 
0013 Q_DECLARE_LOGGING_CATEGORY(OkularUiDebug)
0014 
0015 #endif