summaryrefslogtreecommitdiff
path: root/vcl/inc/qt5/Qt5Bitmap.hxx
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2018-09-04 22:56:38 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2018-09-05 08:07:59 +0200
commit1ddbf5c37a472c72b3b2be23381e18a9f1ad5823 (patch)
tree1c22f7df9dcecbdb9a7f1b70a0e36ff95c8c19a5 /vcl/inc/qt5/Qt5Bitmap.hxx
parent702824f66751bbb4c3d0f38035e85027c0de64c0 (diff)
kde5: cleanup cargo-culted empty dtors
Change-Id: I8f987e30b2a78e173fd8f3ebb9f33e4720f6588b Reviewed-on: https://gerrit.libreoffice.org/60011 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'vcl/inc/qt5/Qt5Bitmap.hxx')
-rw-r--r--vcl/inc/qt5/Qt5Bitmap.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/qt5/Qt5Bitmap.hxx b/vcl/inc/qt5/Qt5Bitmap.hxx
index c89038a28fb7..ba2ea5a2f58a 100644
--- a/vcl/inc/qt5/Qt5Bitmap.hxx
+++ b/vcl/inc/qt5/Qt5Bitmap.hxx
@@ -38,7 +38,6 @@ class VCL_DLLPUBLIC Qt5Bitmap : public SalBitmap
public:
Qt5Bitmap();
Qt5Bitmap(const QImage& rQImage);
- virtual ~Qt5Bitmap() override;
const QImage* GetQImage() const { return m_pImage.get(); }