mirror of
https://invent.kde.org/graphics/okular
synced 2024-10-30 01:38:07 +00:00
4cd6bfd30e
Move a few files from part/ to gui/ since they are also used by the mobile/ frontend
15 lines
321 B
C
15 lines
321 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_UI_P_H
|
|
#define OKULAR_DEBUG_UI_P_H
|
|
|
|
#include <QLoggingCategory>
|
|
|
|
Q_DECLARE_LOGGING_CATEGORY(OkularUiDebug)
|
|
|
|
#endif
|