]> cloud.milkyroute.net Git - dolphin.git/commit
Use KDirLister directly now that it emits a jobError() signal
authorAhmad Samir <a.samirh78@gmail.com>
Thu, 15 Jul 2021 22:29:07 +0000 (00:29 +0200)
committerAhmad Samir <a.samirh78@gmail.com>
Mon, 19 Jul 2021 09:57:58 +0000 (09:57 +0000)
commit0b81b4baf9c7eebbdcf45745077d5a009635b9c8
tree9212698795bcb073aaca747af53c6634e632d6b3
parent7908aff3b5ebe4484d391c1fc4797e9dae2300b2
Use KDirLister directly now that it emits a jobError() signal

Since KIO 5.82, KCoreDirLister (the base class of KDirLister) emits a jobError()
signal when the ListJob used internally emits an error.

Drop KFileItemModelDirLister class, now redundant.

This also bump the KF version to 5.82.
CMakeLists.txt
src/CMakeLists.txt
src/dolphinpart.cpp
src/kitemviews/kfileitemmodel.cpp
src/kitemviews/kfileitemmodel.h
src/kitemviews/private/kfileitemmodeldirlister.cpp [deleted file]
src/kitemviews/private/kfileitemmodeldirlister.h [deleted file]
src/tests/kfileitemlistviewtest.cpp
src/tests/kfileitemmodeltest.cpp