diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2019-06-14 02:30:01 +0200 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2019-06-15 10:53:11 +0200 |
commit | 5195c5bcd8be5f3b183659ead272cd86b8774cc1 (patch) | |
tree | bfd2b465150e045b831248addea6355eb3847b8b /vcl/qt5/Qt5Frame.cxx | |
parent | 365df1880a5bfacf25beddefc9206a783e6a4877 (diff) |
Qt5 move and init static m_ActiveDragSource
Change-Id: Iab82151b8d1a8281c9999983b9de5f35dfb0442e
Reviewed-on: https://gerrit.libreoffice.org/74013
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'vcl/qt5/Qt5Frame.cxx')
-rw-r--r-- | vcl/qt5/Qt5Frame.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/qt5/Qt5Frame.cxx b/vcl/qt5/Qt5Frame.cxx index 49d68a1cd2f9..48a4403214ea 100644 --- a/vcl/qt5/Qt5Frame.cxx +++ b/vcl/qt5/Qt5Frame.cxx @@ -1155,8 +1155,6 @@ void Qt5Frame::SetApplicationID(const OUString& rWMClass) // Drag'n'drop foo -Qt5DragSource* Qt5DragSource::m_ActiveDragSource; - void Qt5Frame::registerDragSource(Qt5DragSource* pDragSource) { assert(!m_pDragSource); |