Warning, file /office/calligra/filters/karbon/wmf/WmfImportDebug.cpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
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 }