diff options
| author | Dominik Holland <dominik.holland@qt.io> | 2023-05-05 10:58:29 +0200 |
|---|---|---|
| committer | Dominik Holland <dominik.holland@qt.io> | 2023-05-09 19:36:16 +0200 |
| commit | 3718a3c674f4f0a43ca557665f8349873fcf8e7c (patch) | |
| tree | 61b8555d717e70aee4a71522647e5a1c4c1cc94b /src/interfaceframework/qifsimulationproxy.h | |
| parent | 3b217d39211f03e47c9849750e2290612f108cda (diff) | |
Clazy fixes and getting rid of old QT_VERSION checks
Change-Id: I985d8dcf2892a7a5ac7e8ba14417e8cd7ea6f42a
Reviewed-by: Robert Griebl <robert.griebl@qt.io>
Diffstat (limited to 'src/interfaceframework/qifsimulationproxy.h')
| -rw-r--r-- | src/interfaceframework/qifsimulationproxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaceframework/qifsimulationproxy.h b/src/interfaceframework/qifsimulationproxy.h index 46964eb5..a947df44 100644 --- a/src/interfaceframework/qifsimulationproxy.h +++ b/src/interfaceframework/qifsimulationproxy.h @@ -97,7 +97,7 @@ namespace qtif_private { Q_ASSERT_X(m_instance, "QIfSimulationProxy()", "QIfSimulationProxy::registerInstance needs to be called first"); } - ~QIfSimulationProxy() + ~QIfSimulationProxy() override { proxies.removeAll(this); } |
