Skip to content

Commit 39ff1c7

Browse files
committed
set qdatastream version to Qt 6.10
1 parent aa7e387 commit 39ff1c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

qtkeychain/keychain_unix.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,7 @@ void ReadPasswordJobPrivate::kwalletFinished(QDBusPendingCallWatcher *watcher)
453453
QByteArray v = reply.value();
454454
QMap<QString, QString> map;
455455
QDataStream ds(&v, QIODevice::ReadOnly);
456+
ds.setVersion(QDataStream::Qt_6_10);
456457
ds >> map;
457458
QJsonObject json;
458459
for (auto it = map.constBegin(); it != map.constEnd(); ++it) {

0 commit comments

Comments
 (0)