diff options
| author | Peter Penz <[email protected]> | 2012-03-24 23:46:44 +0100 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-03-24 23:47:42 +0100 |
| commit | 1cbe55b97c3b8fd9265ad6b40ce6cc169d4451c1 (patch) | |
| tree | 24d4017240ee701701d13d9c20bc4cc78e9bb3cb /src/kitemviews/kfileitemlistview.h | |
| parent | 3f88f79f862a570b68fe64781955cf7d14124127 (diff) | |
Cleanup and minor fixes for column-handling
Diffstat (limited to 'src/kitemviews/kfileitemlistview.h')
| -rw-r--r-- | src/kitemviews/kfileitemlistview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kitemviews/kfileitemlistview.h b/src/kitemviews/kfileitemlistview.h index 23a84d4b9..db8566934 100644 --- a/src/kitemviews/kfileitemlistview.h +++ b/src/kitemviews/kfileitemlistview.h @@ -78,7 +78,7 @@ public: virtual QSizeF itemSizeHint(int index) const; /** @reimp */ - virtual QHash<QByteArray, qreal> columnWidths(const KItemRangeList& itemRanges) const; + virtual QHash<QByteArray, qreal> preferredColumnWidths(const KItemRangeList& itemRanges) const; /** @reimp */ virtual QPixmap createDragPixmap(const QSet<int>& indexes) const; |
