summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qstorageinfo_win.cpp
diff options
context:
space:
mode:
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 8a3db90f87..5a65b78d63 100644
--- a/src/corelib/io/qstorageinfo_win.cpp
+++ b/src/corelib/io/qstorageinfo_win.cpp
@@ -192,7 +192,7 @@ QList<QStorageInfo> QStorageInfoPrivate::mountedVolumes()
if (!drive.rootPath().isEmpty()) // drive exists, but not mounted
volumes.append(drive);
}
- driveName[0] = driveName[0].unicode() + 1;
+ driveName[0] = QChar(driveName[0].unicode() + 1);
driveBits = driveBits >> 1;
}