summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2019-02-05 12:38:18 +0100
committerKatarina Behrens <Katarina.Behrens@cib.de>2019-05-21 21:29:29 +0200
commitfbc54730f1f77ab9ee393f0dd0a383993ba5d936 (patch)
tree34386fb5c86bfe729fd408d50d8bd28b6aa954e2 /vcl/inc
parent23ccf16e9e86ecc64367f41f4df695d0a6926d72 (diff)
Make KDE5FilePicker a subclass of Qt5FilePicker
While this does not make much sense by itself as of now, it will allow to reduce code duplication in follow-up commits. Change-Id: Ie1a9bf3e516044ad5e56c526d1cf49cf1cb76f8a Reviewed-on: https://gerrit.libreoffice.org/68041 Tested-by: Jenkins Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> (cherry picked from commit 77c0c38ec3b4e6056d74649c9b071add1f49f96c) Reviewed-on: https://gerrit.libreoffice.org/72638
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/qt5/Qt5FilePicker.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/vcl/inc/qt5/Qt5FilePicker.hxx b/vcl/inc/qt5/Qt5FilePicker.hxx
index dbe8020d30ca..e40d4c491263 100644
--- a/vcl/inc/qt5/Qt5FilePicker.hxx
+++ b/vcl/inc/qt5/Qt5FilePicker.hxx
@@ -19,6 +19,8 @@
#pragma once
+#include <vclpluginapi.h>
+
#include <cppuhelper/compbase.hxx>
#include <com/sun/star/lang/XServiceInfo.hpp>
@@ -50,7 +52,7 @@ typedef ::cppu::WeakComponentImplHelper<
css::ui::dialogs::XFolderPicker2, css::lang::XInitialization, css::lang::XServiceInfo>
Qt5FilePicker_Base;
-class Qt5FilePicker : public QObject, public Qt5FilePicker_Base
+class VCLPLUG_QT5_PUBLIC Qt5FilePicker : public QObject, public Qt5FilePicker_Base
{
Q_OBJECT