diff options
| author | Peter Penz <[email protected]> | 2011-09-24 00:18:09 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-09-24 00:20:24 +0200 |
| commit | 740e9569327c0026257dfcea38ab2efac4a29d67 (patch) | |
| tree | 96d09d0f89d8ebd3974522200c5337195bbbfcc8 /src/kitemviews/kfileitemmodel.h | |
| parent | 9ea4d3c70c3765c1ef417642a392465caa31997c (diff) | |
Fix size-hint calculation in KFileItemListView
The current approach works fine but should be replaced in the longterm
by a helper class shared by KFileItemListWidget and
KFileItemListView to share information that is required to
calculate the size hints in KFileItemListView and to represent
the actual data in KFileItemListWidget.
Diffstat (limited to 'src/kitemviews/kfileitemmodel.h')
| -rw-r--r-- | src/kitemviews/kfileitemmodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kitemviews/kfileitemmodel.h b/src/kitemviews/kfileitemmodel.h index 3c8cdba2c..4c36a2c21 100644 --- a/src/kitemviews/kfileitemmodel.h +++ b/src/kitemviews/kfileitemmodel.h @@ -52,7 +52,7 @@ public: virtual int count() const; virtual QHash<QByteArray, QVariant> data(int index) const; - virtual bool setData(int index, const QHash<QByteArray, QVariant> &values); + virtual bool setData(int index, const QHash<QByteArray, QVariant>& values); /** * @return True |
