Warning, file /graphics/kphotoalbum/HTMLGenerator/Logging.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 /* SPDX-FileCopyrightText: 2017-2018 Johannes Zarl-Zierl <johannes@zarl-zierl.at>
0002 
0003    SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0004 */
0005 #ifndef HTMLGENERATOR_LOGGING_H
0006 #define HTMLGENERATOR_LOGGING_H
0007 
0008 #include <QLoggingCategory>
0009 
0010 Q_DECLARE_LOGGING_CATEGORY(HTMLGeneratorLog)
0011 
0012 #endif /* HTMLGENERATOR_LOGGING_H */
0013 
0014 // vi:expandtab:tabstop=4 shiftwidth=4: