diff options
Diffstat (limited to 'src/kitemviews/kfileitemlisttostring.h')
| -rw-r--r-- | src/kitemviews/kfileitemlisttostring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kitemviews/kfileitemlisttostring.h b/src/kitemviews/kfileitemlisttostring.h index 7eee0aec9..ad8c82b21 100644 --- a/src/kitemviews/kfileitemlisttostring.h +++ b/src/kitemviews/kfileitemlisttostring.h @@ -51,6 +51,6 @@ enum ItemsState { * Otherwise returns something like "5 Files", "8 Selected Folders" or "60 Items" * while being as specific as possible. */ -QString fileItemListToString(KFileItemList items, int maximumTextWidth, QFontMetrics fontMetrics, ItemsState itemsState = ItemsState::None); +QString fileItemListToString(KFileItemList items, int maximumTextWidth, const QFontMetrics &fontMetrics, ItemsState itemsState = ItemsState::None); #endif // KFILEITEMLISTTOSTRING_H |
