diff options
| author | Christoph Cullmann <[email protected]> | 2024-07-03 18:56:16 +0200 |
|---|---|---|
| committer | Christoph Cullmann <[email protected]> | 2024-07-04 11:31:29 +0000 |
| commit | 638a0663a1a79230a870717e37cb48b9cb61062c (patch) | |
| tree | 1439d1a873b3322fb7b329e55904edea2d6d1a0e /src/dolphinviewcontainer.cpp | |
| parent | 76c07954582032bcf714e543b590deda72b28612 (diff) | |
avoid need for activities lib
use KRecentFilesAction like Kate and others to signal used
files/dirs
could later be used to plug-in a recently used menu, too,
if ever wanted
avoids that this dependency could be missed and the functionality
is not there, too
Diffstat (limited to 'src/dolphinviewcontainer.cpp')
| -rw-r--r-- | src/dolphinviewcontainer.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/dolphinviewcontainer.cpp b/src/dolphinviewcontainer.cpp index fbad258ac..ce91dbfe8 100644 --- a/src/dolphinviewcontainer.cpp +++ b/src/dolphinviewcontainer.cpp @@ -21,9 +21,6 @@ #include "statusbar/dolphinstatusbar.h" #include <KActionCollection> -#if HAVE_PLASMA_ACTIVITIES -#include <PlasmaActivities/ResourceInstance> -#endif #include <KApplicationTrader> #include <KFileItemActions> #include <KFilePlacesModel> @@ -570,10 +567,6 @@ void DolphinViewContainer::setUrl(const QUrl &newUrl) if (newUrl != m_urlNavigator->locationUrl()) { m_urlNavigator->setLocationUrl(newUrl); } - -#if HAVE_PLASMA_ACTIVITIES - KActivities::ResourceInstance::notifyAccessed(newUrl); -#endif } void DolphinViewContainer::setFilterBarVisible(bool visible) |
