create a log category for OCC::Theme class

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
Matthieu Gallien 2024-11-12 14:12:07 +01:00
Родитель 194f918788
Коммит bce61115ef
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -32,6 +32,7 @@
#include <QPainter>
#include <QJsonDocument>
#include <QJsonArray>
#include <QLoggingCategory>
#ifdef Q_OS_WIN
#include <windows.h>
@ -76,6 +77,8 @@ bool isWindows11OrGreater() {
namespace OCC {
Q_LOGGING_CATEGORY(lcTheme, "nextcloud.gui.theme", QtInfoMsg)
Theme *Theme::_instance = nullptr;
Theme *Theme::instance()