summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/activeqt/control/qaxserverdll.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/activeqt/control/qaxserverdll.cpp b/src/activeqt/control/qaxserverdll.cpp
index 06be808..c1e6767 100644
--- a/src/activeqt/control/qaxserverdll.cpp
+++ b/src/activeqt/control/qaxserverdll.cpp
@@ -88,7 +88,7 @@ STDAPI DllUnregisterServer()
STDAPI DllInstall(BOOL bInstall, LPCWSTR pszCmdLine) {
bool perUser = false; // per-user (un)registration
if (pszCmdLine) {
- if (QStringView(pszCmdLine).compare(QStringViewLiteral("user"), Qt::CaseInsensitive) == 0)
+ if (QStringView(pszCmdLine).compare(u"user", Qt::CaseInsensitive) == 0)
perUser = true;
}