summaryrefslogtreecommitdiffstats
path: root/profile-widget
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2019-05-31 19:28:45 +0200
committerGravatar Lubomir I. Ivanov <neolit123@gmail.com>2019-06-10 17:59:35 +0300
commitb9154123ed5235b008a37b612a54a1fa637b39b5 (patch)
tree78c3176ede292bab79ef98308a06e76ef015148c /profile-widget
parent58985cd8aee2015d4b182108a062357d6e256158 (diff)
downloadsubsurface-b9154123ed5235b008a37b612a54a1fa637b39b5.tar.gz
Cleanup: Un-PIMPL-ize MinMaxAvgWidget
The PIMPL idiom is used by some frameworks (notably Qt) to ensure binary compatibility. Objects consist only the general object header (ref-count, connections, children, etc..) plus a single pointer to private data. MinMaxAvgWidget was implemented using this idiom. This seems to make no sense, as we don't produce a general library with the need of a stable ABI. Let's remove this unnecessary indirection. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'profile-widget')
0 files changed, 0 insertions, 0 deletions