summaryrefslogtreecommitdiff
path: root/vcl/inc/qt5/Qt5FilePicker.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/qt5/Qt5FilePicker.hxx')
-rw-r--r--vcl/inc/qt5/Qt5FilePicker.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/vcl/inc/qt5/Qt5FilePicker.hxx b/vcl/inc/qt5/Qt5FilePicker.hxx
index 74fb25f57e20..4a546da46b53 100644
--- a/vcl/inc/qt5/Qt5FilePicker.hxx
+++ b/vcl/inc/qt5/Qt5FilePicker.hxx
@@ -43,6 +43,7 @@
#include <memory>
+class QComboBox;
class QGridLayout;
class QLabel;
class QWidget;
@@ -147,6 +148,11 @@ public:
virtual OUString SAL_CALL getDirectory() override;
virtual void SAL_CALL setDescription(const OUString& rDescription) override;
+protected:
+ static css::uno::Any handleGetListValue(QComboBox* pWidget, sal_Int16 nControlAction);
+ static void handleSetListValue(QComboBox* pQComboBox, sal_Int16 nAction,
+ const css::uno::Any& rValue);
+
private Q_SLOTS:
// XExecutableDialog functions
/// @throws css::uno::RuntimeException