diff options
| author | Peter Penz <[email protected]> | 2011-09-20 18:00:39 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-09-20 18:01:34 +0200 |
| commit | 51cd727066efaf548a68585ec0bb66fa1a766c4d (patch) | |
| tree | 5d11ae8cf06ef53f316fb3c20c2c76d4129d8ff7 /src/kitemviews/kfileitemmodel.h | |
| parent | 63e1e3bc14b5538027471ee76b6e92d6425ecf0b (diff) | |
Show the role-description in the header of the details view
Diffstat (limited to 'src/kitemviews/kfileitemmodel.h')
| -rw-r--r-- | src/kitemviews/kfileitemmodel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/kitemviews/kfileitemmodel.h b/src/kitemviews/kfileitemmodel.h index b84cef216..b79eec4ee 100644 --- a/src/kitemviews/kfileitemmodel.h +++ b/src/kitemviews/kfileitemmodel.h @@ -81,6 +81,9 @@ public: /** @reimp */ virtual bool supportsDropping(int index) const; + /** @reimp */ + virtual QString roleDescription(const QByteArray& role) const; + /** * @return The file-item for the index \a index. If the index is in a valid * range it is assured that the file-item is not null. The runtime |
