diff options
author | Volker Hilsheimer <[email protected]> | 2025-07-14 11:46:54 +0200 |
---|---|---|
committer | Volker Hilsheimer <[email protected]> | 2025-07-15 14:06:36 +0200 |
commit | 9a2ed61d076d7250f4d28352c4b157dd926b9254 (patch) | |
tree | 91deb39191b8d109435178677ef553ed035c3dae /examples/opengl/qopenglwindow/background_renderer.cpp | |
parent | b1dc98fc8980a4e7520cb6889e9086ad25e27e81 (diff) |
QRangeModel: add a private, move impl pointer and call logic into it
While it introduces another level of indirection for each call, it moves
implementation details out of the public header, and gives us more
options for extending the class in the future without having to change
the implementation type.
The call helpers can then move into the private, they only operate on
function pointers, and don't need to know about the specialization of
the implementation type.
Pick-to: 6.10
Change-Id: I0c6ef4ca8170929360bdaef33882acee209eb7e9
Reviewed-by: Marc Mutz <[email protected]>
Diffstat (limited to 'examples/opengl/qopenglwindow/background_renderer.cpp')
0 files changed, 0 insertions, 0 deletions