From 6f0fc3e0322eb217caaa9ba6bba29cccf96f4b28 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Sun, 5 Nov 2023 00:03:18 +0100 Subject: Port away from ResourceInstance The information reported here isn't used by anything Instead only report that the url was accessed, which is used for things --- src/dolphinviewcontainer.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/dolphinviewcontainer.h') diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index 52fd688f6..89fd69760 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -20,13 +20,6 @@ #include #include -#if HAVE_KACTIVITIES -namespace KActivities -{ -class ResourceInstance; -} -#endif - class FilterBar; class KMessageWidget; class QAction; @@ -474,11 +467,6 @@ private: * connected to this ViewContainer. */ std::unique_ptr m_urlNavigatorVisualState; - -#if HAVE_KACTIVITIES -private: - KActivities::ResourceInstance *m_activityResourceInstance; -#endif }; #endif // DOLPHINVIEWCONTAINER_H -- cgit v1.3