┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/kitemviews/kfileitemmodelrolesupdater.h5
-rw-r--r--src/kitemviews/private/kitemlistsizehintresolver.h1
-rw-r--r--src/views/viewmodecontroller.h5
3 files changed, 0 insertions, 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
@@ -257,11 +257,6 @@ private:
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.
*/
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