]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Remove not implmemented method
authorLaurent Montel <montel@kde.org>
Sat, 17 Oct 2020 16:04:55 +0000 (18:04 +0200)
committerLaurent Montel <montel@kde.org>
Sat, 17 Oct 2020 16:05:17 +0000 (18:05 +0200)
src/kitemviews/kfileitemmodelrolesupdater.h
src/kitemviews/private/kitemlistsizehintresolver.h
src/views/viewmodecontroller.h

index a71b55c2ec912126f03c1a08097f7719a2d997f8..b7c5beb344f8855058569dc45e5b82e25fc9bb61 100644 (file)
@@ -256,11 +256,6 @@ private:
     bool applyResolvedRoles(int index, ResolveHint hint);
     QHash<QByteArray, QVariant> 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.
index 7878c8c63c416a587d56922147b2cbcaa8b5fe41..133a7febbdf05357dbd8881f7c936ee0d3f7fddf 100644 (file)
@@ -23,7 +23,6 @@ class DOLPHIN_EXPORT KItemListSizeHintResolver
 public:
     explicit KItemListSizeHintResolver(const KItemListView* itemListView);
     virtual ~KItemListSizeHintResolver();
-    QSizeF maxSizeHint();
     QSizeF minSizeHint();
     QSizeF sizeHint(int index);
 
index 9f5104c57f2c6f4ca4015619ca6dd98f685dc6ed..31594328bcc187bf7dce83958e465743abee936a 100644 (file)
@@ -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