Remove .debug category since this is autofilled by Qt and used to differentiate between QCDebug and QCWarning and QCError.

This commit is contained in:
Lukas Brübach 2025-01-17 12:11:44 +01:00
parent 26dfd548e4
commit 67b2944078
28 changed files with 71 additions and 71 deletions

View file

@ -8,7 +8,7 @@
#include <QSettings>
#include <QStandardPaths>
inline Q_LOGGING_CATEGORY(UserInfoConnectionLog, "user_info_connection.debug");
inline Q_LOGGING_CATEGORY(UserInfoConnectionLog, "user_info_connection");
class UserConnection_Information
{