Fix incorrect sorting by "private" column

PR #21041.
This commit is contained in:
Vladimir Golovnev
2024-07-15 08:42:02 +03:00
committed by GitHub
parent 9feefc8144
commit 7f4cb43a33
2 changed files with 31 additions and 23 deletions

View File

@@ -222,6 +222,7 @@ namespace
case QMetaType::UInt:
case QMetaType::QDateTime:
case QMetaType::Nullptr:
case QMetaType::UnknownType:
if (prevData[key] != value)
syncData[key] = value;
break;