diff options
author | Noel <noel.grandin@collabora.co.uk> | 2021-03-01 20:36:56 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-03-03 11:09:15 +0100 |
commit | 9b56b718f6921b1160733e56f5cfc0d12c4146ab (patch) | |
tree | 782853b0a0ee99da46029be453b4f93669833837 /vcl/inc | |
parent | 715fe00a5052b35310b2d1289ab6137d77767ddd (diff) |
loplugin:refcounting in vcl
Change-Id: I92e9db7abdfe5912335fd94e42422e8556d71091
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111769
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/qt5/Qt5Instance.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/qt5/Qt5Instance.hxx b/vcl/inc/qt5/Qt5Instance.hxx index cd9c51826a90..8cfa9ac960f1 100644 --- a/vcl/inc/qt5/Qt5Instance.hxx +++ b/vcl/inc/qt5/Qt5Instance.hxx @@ -80,7 +80,7 @@ Q_SIGNALS: void deleteObjectLaterSignal(QObject* pObject); protected: - virtual Qt5FilePicker* + virtual rtl::Reference<Qt5FilePicker> createPicker(css::uno::Reference<css::uno::XComponentContext> const& context, QFileDialog::FileMode); |