From 40cc911319da77489d1ffffb55969de66645ed53 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Sat, 17 Oct 2020 18:04:55 +0200 Subject: [PATCH] Remove not implmemented method --- src/kitemviews/kfileitemmodelrolesupdater.h | 5 ----- src/kitemviews/private/kitemlistsizehintresolver.h | 1 - src/views/viewmodecontroller.h | 5 ----- 3 files changed, 11 deletions(-) diff --git a/src/kitemviews/kfileitemmodelrolesupdater.h b/src/kitemviews/kfileitemmodelrolesupdater.h index a71b55c2e..b7c5beb34 100644 --- a/src/kitemviews/kfileitemmodelrolesupdater.h +++ b/src/kitemviews/kfileitemmodelrolesupdater.h @@ -256,11 +256,6 @@ private: bool applyResolvedRoles(int index, ResolveHint hint); QHash rolesData(const KFileItem& item); - /** - * @return The number of items of the path \a path. - */ - int subItemsCount(const QString& path) const; - /** * Must be invoked if a property has been changed that affects * the look of the preview. Takes care to update all previews. diff --git a/src/kitemviews/private/kitemlistsizehintresolver.h b/src/kitemviews/private/kitemlistsizehintresolver.h index 7878c8c63..133a7febb 100644 --- a/src/kitemviews/private/kitemlistsizehintresolver.h +++ b/src/kitemviews/private/kitemlistsizehintresolver.h @@ -23,7 +23,6 @@ class DOLPHIN_EXPORT KItemListSizeHintResolver public: explicit KItemListSizeHintResolver(const KItemListView* itemListView); virtual ~KItemListSizeHintResolver(); - QSizeF maxSizeHint(); QSizeF minSizeHint(); QSizeF sizeHint(int index); diff --git a/src/views/viewmodecontroller.h b/src/views/viewmodecontroller.h index 9f5104c57..31594328b 100644 --- a/src/views/viewmodecontroller.h +++ b/src/views/viewmodecontroller.h @@ -61,11 +61,6 @@ public: void setNameFilter(const QString& nameFilter); QString nameFilter() const; - /** - * Requests the view mode implementation to hide tooltips. - */ - void requestToolTipHiding(); - public slots: /** * Sets the URL to \a url and emits the signals cancelPreviews() and -- 2.47.3