]> cloud.milkyroute.net Git - dolphin.git/commit
Reuse KFileItemActions instance during lifetime of dolphin
authorAlexander Lohnau <alexander.lohnau@gmx.de>
Sun, 18 Apr 2021 06:37:45 +0000 (08:37 +0200)
committerElvis Angelaccio <elvis.angelaccio@kde.org>
Sun, 4 Jul 2021 20:33:48 +0000 (20:33 +0000)
commit30299e00b137fb5abf31e6f82fc8f4753f9a929a
treec6d28ce3e7da2c8f9da410b65386e52d3232382e
parentdd7f3fb783a2164e282d88140f301bf8c0af9e5b
Reuse KFileItemActions instance during lifetime of dolphin

With https://invent.kde.org/frameworks/kio/-/merge_requests/411 the
plugin instances can be reused during the lifetime of the
KFileItemActions object. This improves performance and also allows
the plugins to emit errors, even if they run async.
src/dolphincontextmenu.cpp
src/dolphincontextmenu.h
src/dolphinmainwindow.cpp
src/dolphinmainwindow.h