diff options
author | Jarek Kobus <jaroslaw.kobus@qt.io> | 2022-12-07 18:35:11 +0100 |
---|---|---|
committer | Jarek Kobus <jaroslaw.kobus@qt.io> | 2022-12-08 10:21:44 +0000 |
commit | 8e7e1dd5f2e3d0179b9b49c2914a87b09006a12c (patch) | |
tree | e9c778b7b3bed4071b4faf13872c459768a2f060 /src/plugins/cppeditor/cppsourceprocessor.cpp | |
parent | 42bc552f2be3b905f2499097e18826a8c179509b (diff) | |
download | qt-creator-8e7e1dd5f2e3d0179b9b49c2914a87b09006a12c.tar.gz |
Mark some virtual overrides final
These methods are being called from c'tor or from d'tor.
Make sure these methods will not get overridden by any possible
subclass, otherwise these calls won't be dispatched properly.
Change-Id: I3652d2f495940f13b48b494ab2cf06abb3d37e7e
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/cppeditor/cppsourceprocessor.cpp')
0 files changed, 0 insertions, 0 deletions