summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qstorageinfo_win.cpp
diff options
context:
space:
mode:
authorSona Kurazyan <sona.kurazyan@qt.io>2022-03-18 10:31:16 +0100
committerSona Kurazyan <sona.kurazyan@qt.io>2022-04-19 19:12:20 +0200
commit908e85cc85d18f56575ee040589bcd5745c62adb (patch)
treea7f28171c1465ea226018b73122f7b3e50721c18 /src/corelib/io/qstorageinfo_win.cpp
parenta1d8b9023f499560b967965ef52af2a7de981727 (diff)
Replace uses of _qs with _s in sources and examples
Task-number: QTBUG-101408 Change-Id: I48360ba3b23965cd3d90ac243c100a0656a4cde8 Reviewed-by: Marc Mutz <marc.mutz@qt.io>
Diffstat (limited to 'src/corelib/io/qstorageinfo_win.cpp')
-rw-r--r--src/corelib/io/qstorageinfo_win.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/io/qstorageinfo_win.cpp b/src/corelib/io/qstorageinfo_win.cpp
index e9929c9921..54a40ebcef 100644
--- a/src/corelib/io/qstorageinfo_win.cpp
+++ b/src/corelib/io/qstorageinfo_win.cpp
@@ -251,7 +251,7 @@ bool QStorageInfoPrivate::queryStorageProperty()
struct Helper
{
QBasicMutex mutex;
- QSystemLibrary ntdll {u"ntdll"_qs};
+ QSystemLibrary ntdll {u"ntdll"_s};
};
Q_GLOBAL_STATIC(Helper, gNtdllHelper)