danbooru-client/src/libdanbooru/libdanbooru_debug.h
Luca Beltrame 0eb9232391
Some checks failed
continuous-integration/drone Build is failing
Update license statements to the SPDX tags
2020-08-19 17:46:38 +02:00

16 lines
307 B
C

/*
* SPDX-FileCopyrightText: 2015 Luca Beltrame <lbeltrame@kde.org>
*
* This file is part of Danbooru Client.
*
*SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef DANBOORU_CLIENT_DEBUG_H
#define DANBOORU_CLIENT_DEBUG_H
#include <QLoggingCategory>
Q_DECLARE_LOGGING_CATEGORY(LIBDANBOORU)
#endif