File indexing completed on 2024-12-15 03:45:04
0001 /* 0002 SPDX-FileCopyrightText: 2017 Volker Krause <vkrause@kde.org> 0003 0004 SPDX-License-Identifier: MIT 0005 */ 0006 0007 #ifndef KUSERFEEDBACK_CORE_LOGGING_H 0008 #define KUSERFEEDBACK_CORE_LOGGING_H 0009 0010 #include <qglobal.h> 0011 0012 #include <QLoggingCategory> 0013 0014 namespace KUserFeedback { 0015 Q_DECLARE_LOGGING_CATEGORY(Log) 0016 } 0017 0018 #endif