KSeExpr 6.0.0.0
Debug.cpp
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2020 L. E. Segovia <amy@amyspark.me>
2// SPDX-License-Identifier: GPL-3.0-or-later
3
4/*
5* @file Debug.h
6 * @author L. E. Segovia, for Google Summer of Code 2020
7 */
8
9#include "Debug.h"
10
11const QLoggingCategory &SEEXPR_UI_log() {
12 static const QLoggingCategory category("seexpr.ui", QtInfoMsg);
13 return category;
14}
const QLoggingCategory & SEEXPR_UI_log()
Definition Debug.cpp:11