File indexing completed on 2025-06-29 10:32:42
0001 /* 0002 * SPDX-FileCopyrightText: 2015 Friedrich W. H. Kossebau <kossebau@kde.org> 0003 * 0004 * SPDX-License-Identifier: LGPL-2.0-only 0005 */ 0006 0007 #include "WmfImportDebug.h" 0008 0009 const QLoggingCategory &WMFIMPORT_LOG() 0010 { 0011 static const QLoggingCategory category("calligra.filter.wmf2svg"); 0012 return category; 0013 }