View | Details | Raw Unified | Return to bug 239988 | Differences between
and this patch

Collapse All | Expand All

(-)files/patch-vcl_qt5_Qt5Instance.cxx (+11 lines)
Line 0 Link Here
1
--- vcl/qt5/Qt5Instance.cxx.orig	2019-08-21 22:22:13.996160000 +0800
2
+++ vcl/qt5/Qt5Instance.cxx	2019-08-21 22:30:33.169056000 +0800
3
@@ -413,7 +413,7 @@
4
     {
5
         SolarMutexGuard g;
6
         Qt5FilePicker* pPicker;
7
-        RunInMainThread(std::function([&, this]() { pPicker = createPicker(context, eMode); }));
8
+        RunInMainThread([&, this]() { pPicker = createPicker(context, eMode); });
9
         assert(pPicker);
10
         return pPicker;
11
     }

Return to bug 239988