/* * SPDX-FileCopyrightText: 2015 Luca Beltrame * * 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 Q_DECLARE_LOGGING_CATEGORY(LIBDANBOORU) #endif