diff options
| author | Mårten Nordheim <marten.nordheim@qt.io> | 2021-08-26 17:05:52 +0200 |
|---|---|---|
| committer | Mårten Nordheim <marten.nordheim@qt.io> | 2021-09-02 16:57:42 +0200 |
| commit | 3a8f9286fcbbabf4f44fecf9528764e48b820ba2 (patch) | |
| tree | 2925d1d89f978a57a0344265acdf2c40b867deb3 /examples/sql/sqlbrowser/browser.cpp | |
| parent | 7403561f2101556828b584c3af37cff028ee0969 (diff) | |
QNetworkAccessCache: Rename first and last node
'oldest' and 'newest' to me make me thing of 'least recently inserted'
and 'most recently inserted', which is what they used to mean.
But now the expiration can be set per-request so the semantics don't
work anymore.
So, rename to 'nextExpiringNode' and 'lastExpiringNode'. Also rename the
node member elements "older" and "newer" to the more generic "previous"
and "next".
Change-Id: I582267d09c60c68396e4201e4a20185bbf0942e2
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'examples/sql/sqlbrowser/browser.cpp')
0 files changed, 0 insertions, 0 deletions
