You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
581 B
16 lines
581 B
|
|
/*************************************************************************** |
|
* SPDX-FileCopyrightText: 2006 Luigi Toscano <luigi.toscano@tiscali.it> * |
|
* SPDX-FileCopyrightText: 2014 Frederik Gladhorn <gladhorn@kde.org> * |
|
* * |
|
* SPDX-License-Identifier: GPL-2.0-or-later |
|
***************************************************************************/ |
|
|
|
#ifndef OKULAR_DEBUG_MD_H |
|
#define OKULAR_DEBUG_MD_H |
|
|
|
#include <QLoggingCategory> |
|
|
|
Q_DECLARE_LOGGING_CATEGORY(OkularMdDebug) |
|
|
|
#endif
|
|
|