Update Qt 6.7.2 -> 6.8.0

This commit is contained in:
Ilya Fedin
2024-08-31 21:53:39 +04:00
committed by John Preston
parent a5546d016f
commit f30aabc365
7 changed files with 31 additions and 45 deletions

View File

@@ -432,7 +432,7 @@ QByteArray Parser::block(const MTPDpageBlockFooter &data) {
}
QByteArray Parser::block(const MTPDpageBlockDivider &data) {
return tag("hr", { { "class", "divider" } });
return tag("hr", Attributes{ { "class", "divider" } });
}
QByteArray Parser::block(const MTPDpageBlockAnchor &data) {