File indexing completed on 2025-01-12 10:34:38
0001 /* 0002 * SPDX-FileCopyrightText: 2015 Friedrich W. H. Kossebau <kossebau@kde.org> 0003 * 0004 * SPDX-License-Identifier: LGPL-2.1-or-later 0005 */ 0006 0007 #include "OdfReaderDebug.h" 0008 0009 const QLoggingCategory &ODFREADER_LOG() 0010 { 0011 static const QLoggingCategory category("calligra.filter.odfreader"); 0012 return category; 0013 } 0014 0015