summaryrefslogtreecommitdiffstats
path: root/src/sql/doc/snippets/sqldatabase
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2024-08-29 12:28:08 -0700
committerThiago Macieira <thiago.macieira@intel.com>2024-08-30 10:13:07 -0700
commit6c15f99853c4cecd9285e189a441392a397b0f82 (patch)
tree137af031bdf1993c48966ad9b58e9fb5ea01b21a /src/sql/doc/snippets/sqldatabase
parent6306ebe749e083126a39b9dd13d7060aa7bdacc2 (diff)
Fix users of static max_size()
Container::max_size() is a _non-static_ member function in the STL, so we can't call it as C::max_size(). Instead, use the newly-added, Qt-style camel-case maxSize(), which we will keep static constexpr. Pick-to: 6.8 Task-number: QTBUG-128450 Change-Id: I839df90a91cced85f000c7d2744ba547f629ed98 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Diffstat (limited to 'src/sql/doc/snippets/sqldatabase')
0 files changed, 0 insertions, 0 deletions