summaryrefslogtreecommitdiff
path: root/vcl/inc/qt5/Qt5DragAndDrop.hxx
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2018-12-03 16:40:27 +0100
committerMichael Weghorn <m.weghorn@posteo.de>2018-12-14 14:30:32 +0100
commitbb7bf732bae1e2f4ebf0ed4e0307dbd63dade1d0 (patch)
tree07c199313b15fc764af5eb92833f679b619bf537 /vcl/inc/qt5/Qt5DragAndDrop.hxx
parent1a8cb9df631d820ed488cb6faafacbbf11a3f913 (diff)
tdf#120775: Implement DnD between 2 SalFrames
still only internal DnD (between multiple frames within 1 LibO instance) is supported Change-Id: I151162ee1075c8b2d71520aae950fc7214d752b7 Reviewed-on: https://gerrit.libreoffice.org/64477 Tested-by: Jenkins Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> (cherry picked from commit f67e9aeeb1bd6fe82e0c4e851017962c74723213) Reviewed-on: https://gerrit.libreoffice.org/65152 Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'vcl/inc/qt5/Qt5DragAndDrop.hxx')
-rw-r--r--vcl/inc/qt5/Qt5DragAndDrop.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/inc/qt5/Qt5DragAndDrop.hxx b/vcl/inc/qt5/Qt5DragAndDrop.hxx
index dc5b52678d0a..f5ffac3bb21e 100644
--- a/vcl/inc/qt5/Qt5DragAndDrop.hxx
+++ b/vcl/inc/qt5/Qt5DragAndDrop.hxx
@@ -58,6 +58,9 @@ public:
void dragFailed();
void fire_dragEnd(sal_Int8 nAction);
+
+ static Qt5DragSource* m_ActiveDragSource;
+
css::uno::Reference<css::datatransfer::XTransferable> const& GetTransferable() const
{
return m_xTrans;