FreeBSD Bugzilla – Attachment 206765 Details for
Bug 239988
editors/libreoffice: update 6.2.5 -> 6.3.0 compiler failure: no viable constructor ...
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
removing using of std::function
qt5.diff (text/plain), 1.04 KB, created by
Li-Wen Hsu
on 2019-08-21 21:32:06 UTC
(
hide
)
Description:
removing using of std::function
Filename:
MIME Type:
Creator:
Li-Wen Hsu
Created:
2019-08-21 21:32:06 UTC
Size:
1.04 KB
patch
obsolete
>Index: files/patch-vcl_qt5_Qt5Instance.cxx >=================================================================== >--- files/patch-vcl_qt5_Qt5Instance.cxx (nonexistent) >+++ files/patch-vcl_qt5_Qt5Instance.cxx (working copy) >@@ -0,0 +1,11 @@ >+--- vcl/qt5/Qt5Instance.cxx.orig 2019-08-21 22:22:13.996160000 +0800 >++++ vcl/qt5/Qt5Instance.cxx 2019-08-21 22:30:33.169056000 +0800 >+@@ -413,7 +413,7 @@ >+ { >+ SolarMutexGuard g; >+ Qt5FilePicker* pPicker; >+- RunInMainThread(std::function([&, this]() { pPicker = createPicker(context, eMode); })); >++ RunInMainThread([&, this]() { pPicker = createPicker(context, eMode); }); >+ assert(pPicker); >+ return pPicker; >+ } > >Property changes on: files/patch-vcl_qt5_Qt5Instance.cxx >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 239988
: 206765 |
206773