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

0001 // SPDX-FileCopyrightText: 2020 The KPhotoAlbum development team
0002 // SPDX-FileCopyrightText: 2021 Johannes Zarl-Zierl <johannes@zarl-zierl.at>
0003 //
0004 // SPDX-License-Identifier: LicenseRef-KDE-Accepted-GPL
0005 
0006 #include "Logging.h"
0007 
0008 Q_LOGGING_CATEGORY(MainLog, "kphotoalbum.thumbnailtool", QtWarningMsg)
0009 
0010 // vi:expandtab:tabstop=4 shiftwidth=4: