зеркало из https://github.com/nextcloud/desktop.git
create a log category for OCC::Theme class
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
Родитель
194f918788
Коммит
bce61115ef
|
@ -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()
|
||||
|
|
Загрузка…
Ссылка в новой задаче