diff options
author | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2018-09-04 22:56:38 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2018-09-05 08:07:59 +0200 |
commit | 1ddbf5c37a472c72b3b2be23381e18a9f1ad5823 (patch) | |
tree | 1c22f7df9dcecbdb9a7f1b70a0e36ff95c8c19a5 /vcl/qt5/Qt5Data.cxx | |
parent | 702824f66751bbb4c3d0f38035e85027c0de64c0 (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/qt5/Qt5Data.cxx')
-rw-r--r-- | vcl/qt5/Qt5Data.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/qt5/Qt5Data.cxx b/vcl/qt5/Qt5Data.cxx index c8f7e4a7570b..74ba881ea15a 100644 --- a/vcl/qt5/Qt5Data.cxx +++ b/vcl/qt5/Qt5Data.cxx @@ -161,6 +161,7 @@ Qt5Data::Qt5Data(SalInstance* pInstance) pSVData->maNWFData.mbDockingAreaSeparateTB = true; } +// outline dtor b/c of GlyphCache incomplete type Qt5Data::~Qt5Data() {} static QCursor* getQCursorFromXBM(const unsigned char* pBitmap, const unsigned char* pMask, |