File indexing completed on 2024-04-28 15:39:06

0001 // SPDX-FileCopyrightText: 2022 Tobias Leupold <tl at stonemx dot de>
0002 //
0003 // SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0004 
0005 #ifndef LOGGING_H
0006 #define LOGGING_H
0007 
0008 #include <QLoggingCategory>
0009 
0010 Q_DECLARE_LOGGING_CATEGORY(KGeoTagLog)
0011 
0012 #endif // LOGGING_H