File indexing completed on 2024-04-28 04:21:03

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