File indexing completed on 2025-03-16 10:52:55
0001 /* 0002 SPDX-FileCopyrightText: 2015 Friedrich W. H. Kossebau <kossebau@kde.org> 0003 0004 SPDX-License-Identifier: LGPL-2.0-or-later 0005 */ 0006 0007 #include "LatexDebug.h" 0008 0009 const QLoggingCategory &LATEX_LOG() 0010 { 0011 static const QLoggingCategory category("calligra.filter.kspread2tex"); 0012 return category; 0013 }