anthonyfieroni added inline comments.

INLINE COMMENTS

> anthonyfieroni wrote in kiconloader.cpp:616
> Yeah, i saw it, i'll made a sequenceLock like this
> 
>   void sequenceLock(std::function<void()> func) 
>   {
>       QMutexLocker locker(&mutex);
>       func():
>   }
>   //usage
>   S_D(d)->sequenceLocker([d, _appname, extraSearchPaths]() {
>       d->mIconCache->clear();
>       d->clear();
>       d->init(_appname, extraSearchPaths);
>   });
> 
> Are you ok with such approach?

Even QMutexLocker locker(&mutex); will not present or it'll deadlock. Only 
sequenceLocker with func() in.

REPOSITORY
  R302 KIconThemes

REVISION DETAIL
  https://phabricator.kde.org/D13627

To: anthonyfieroni, davidedmundson, dfaure, #frameworks
Cc: kde-frameworks-devel, michaelh, ngraham, bruns

Reply via email to