From 7f86e1105dfdad305adcc78cbc48d64b5d7f25f7 Mon Sep 17 00:00:00 2001 From: Digital Artifex <7929434+DigitalArtifex@users.noreply.github.com> Date: Sat, 15 Aug 2026 09:55:46 -0400 Subject: [PATCH] Fixed hex reference --- KomplexHubPlugin/common/userservices.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KomplexHubPlugin/common/userservices.h b/KomplexHubPlugin/common/userservices.h index 9250936..cf996f9 100644 --- a/KomplexHubPlugin/common/userservices.h +++ b/KomplexHubPlugin/common/userservices.h @@ -83,7 +83,7 @@ private: QString m_errorString; inline static UserCredentials s_userCredentials; - inline const static char PART_SEPARATOR = static_cast('\0x1f'); + inline const static char PART_SEPARATOR = static_cast('\x1f'); Q_PROPERTY(UserCredentials userCredentials READ userCredentials NOTIFY userCredentialsChanged FINAL) Q_PROPERTY(QString errorString READ errorString WRITE setErrorString NOTIFY errorStringChanged FINAL)