diff options
| author | Kai Uwe Broulik <[email protected]> | 2026-02-07 09:41:58 +0100 |
|---|---|---|
| committer | Kai Uwe Broulik <[email protected]> | 2026-02-07 09:41:58 +0100 |
| commit | 9bb9040c3fe541b29130ab50907d5c5134040271 (patch) | |
| tree | 9f568cca7407766fec8c129795777525f84cefc1 /src/kitemviews/kfileitemlistview.h | |
| parent | 9f9d87483a45e6d30968a08f0f6029076d561c03 (diff) | |
Remove preview ignore maximum local size handling from Dolphin
This all seems to be done by the PreviewJob in KIO already.
Diffstat (limited to 'src/kitemviews/kfileitemlistview.h')
| -rw-r--r-- | src/kitemviews/kfileitemlistview.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/kitemviews/kfileitemlistview.h b/src/kitemviews/kfileitemlistview.h index d6ffd3d0f..eae00f1f0 100644 --- a/src/kitemviews/kfileitemlistview.h +++ b/src/kitemviews/kfileitemlistview.h @@ -60,17 +60,6 @@ public: */ QStringList enabledPlugins() const; - /** - * Sets the maximum file size of local files for which - * previews will be generated (if enabled). A value of 0 - * indicates no file size limit. - * Per default the value from KConfigGroup "PreviewSettings" - * MaximumSize is used, 0 otherwise. - * @param size - */ - void setLocalFileSizePreviewLimit(qlonglong size); - qlonglong localFileSizePreviewLimit() const; - QPixmap createDragPixmap(const KItemSet &indexes) const override; /** |
