diff options
author | 2019-06-08 08:49:12 +0200 | |
---|---|---|
committer | 2019-06-19 13:11:10 -0700 | |
commit | 38ba434966409987e5dfb894c27c8c03168cfdc6 (patch) | |
tree | e9e4d9721ada0f3c2040f49e3c062b49ba6824e0 /desktop-widgets/tab-widgets | |
parent | 54d6c3f004f27a813f4b0adf48927aca5cb79cd1 (diff) | |
download | subsurface-38ba434966409987e5dfb894c27c8c03168cfdc6.tar.gz |
Cleanup: return directly from data() methods
There is this anti-pattern in QModel data() functions to assign
to a "ret" variable and return at the end of the function. This
is inefficient, as the object is not directly constructed at
the space reserved by the caller.
Change the functions in WeightModel and CylinderModel to return
the objects directly.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'desktop-widgets/tab-widgets')
0 files changed, 0 insertions, 0 deletions