summaryrefslogtreecommitdiffstats
path: root/src/sql/doc/snippets/sqldatabase
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2024-01-23 18:28:25 +0100
committerMarc Mutz <marc.mutz@qt.io>2024-01-31 20:18:47 +0000
commit900d4bd29f30effbb5dbb0efa96886af03839a15 (patch)
tree3a949279799219eeb8f366b4f3f31cee736dd3f2 /src/sql/doc/snippets/sqldatabase
parent324fe120ba405f0eeca0b1a00cc5aee0ea99f76f (diff)
Add QtPrivate::ArrowProxy
... use it in QKeyValueIterator. This is somewhat simpler than the old QKeyValueIterator::pointer. I don't think the pointer::operator*() could have ever worked, because it returns value_type&, but is const. That leaves the defaulted copy and move SMFs as a difference (ArrowProxy is using aggregate initialization, so doesn't need any), and the fact that operator->() is const. Change-Id: I80b9c5f696de6ae30f3939166b205b9213eac57e Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/sql/doc/snippets/sqldatabase')
0 files changed, 0 insertions, 0 deletions