Kaydet (Commit) 382874d2 authored tarafından Michael Weghorn's avatar Michael Weghorn Kaydeden (comit) Katarina Behrens

KDE5FilePicker: Drop (now) unused member '_helperMutex'

Change-Id: I4680cc4a8507d0d2409301b62ab81165fcfcdba1
Reviewed-on: https://gerrit.libreoffice.org/68047
Tested-by: Jenkins
Reviewed-by: 's avatarKatarina Behrens <Katarina.Behrens@cib.de>
(cherry picked from commit 6d00c53f)
Reviewed-on: https://gerrit.libreoffice.org/72644
üst 7009d04b
...@@ -31,7 +31,6 @@ ...@@ -31,7 +31,6 @@
#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uno/XComponentContext.hpp>
#include <osl/conditn.hxx> #include <osl/conditn.hxx>
#include <osl/mutex.hxx>
#include <rtl/ustrbuf.hxx> #include <rtl/ustrbuf.hxx>
#include <functional> #include <functional>
...@@ -51,8 +50,6 @@ class KDE5FilePicker : public Qt5FilePicker ...@@ -51,8 +50,6 @@ class KDE5FilePicker : public Qt5FilePicker
{ {
Q_OBJECT Q_OBJECT
protected: protected:
osl::Mutex _helperMutex;
//running filter string to add to dialog //running filter string to add to dialog
QStringList _filters; QStringList _filters;
// map of filter titles to full filter for selection // map of filter titles to full filter for selection
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment