GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
pinentry_debug.h
1 /* pinentry_debug.h - Logging category for pinentry
2  * Copyright (C) 2021 g10 Code GmbH
3  *
4  * Software engineering by Ingo Klöcker <dev@ingo-kloecker.de>
5  *
6  * This program is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU General Public License as
8  * published by the Free Software Foundation; either version 2 of the
9  * License, or (at your option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful, but
12  * WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14  * General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program; if not, see <https://www.gnu.org/licenses/>.
18  * SPDX-License-Identifier: GPL-2.0+
19  */
20 
21 #ifndef __PINENTRY_QT_DEBUG_H__
22 #define __PINENTRY_QT_DEBUG_H__
23 
24 #include <QLoggingCategory>
25 
26 Q_DECLARE_LOGGING_CATEGORY(PINENTRY_LOG)
27 
28 #endif // __PINENTRY_QT_DEBUG_H__