summaryrefslogtreecommitdiff
path: root/vcl/inc/qt5/Qt5Frame.hxx
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2018-04-10 15:08:37 +0200
committerKatarina Behrens <Katarina.Behrens@cib.de>2018-06-01 10:06:23 +0200
commit69cc9ae6527c1671ecf39e6d1f1e92fa4d113c6c (patch)
treeeff8792517cd5d4ba598e25ccb7385222c7bb73b /vcl/inc/qt5/Qt5Frame.hxx
parent3565f156d024311ac2f20bb93ac8f6c3a64329dc (diff)
KDE5SalFrame derives from Qt5Frame
to achieve that, make Qt5Frame class DLLPUBLIC Change-Id: I7f1169e26845211fcf89a89a930fde48347630d3
Diffstat (limited to 'vcl/inc/qt5/Qt5Frame.hxx')
-rw-r--r--vcl/inc/qt5/Qt5Frame.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/inc/qt5/Qt5Frame.hxx b/vcl/inc/qt5/Qt5Frame.hxx
index b5f31387b3e2..e2b9b96936e2 100644
--- a/vcl/inc/qt5/Qt5Frame.hxx
+++ b/vcl/inc/qt5/Qt5Frame.hxx
@@ -20,6 +20,7 @@
#pragma once
#include <salframe.hxx>
+#include <vclpluginapi.h>
#include "Qt5Tools.hxx"
@@ -33,7 +34,7 @@ class QPaintDevice;
class QImage;
class SvpSalGraphics;
-class Qt5Frame : public SalFrame
+class VCLPLUG_QT5_PUBLIC Qt5Frame : public SalFrame
{
friend class Qt5Widget;