diff options
| author | Rafael Fernández López <[email protected]> | 2008-01-02 01:21:39 +0000 |
|---|---|---|
| committer | Rafael Fernández López <[email protected]> | 2008-01-02 01:21:39 +0000 |
| commit | 743bec375187a51ed6b88256ff070e9f7e9f4929 (patch) | |
| tree | cc6948abd9d21ecc0b5074883f7d4dcaa21f9382 /src/dolphincategorydrawer.h | |
| parent | c6a4a3aa063fb25e163bed8dac8587efef8c02b5 (diff) | |
Better looking categories. Thanks to Aurélien Gâteau for the original patch.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=755674
Diffstat (limited to 'src/dolphincategorydrawer.h')
| -rw-r--r-- | src/dolphincategorydrawer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphincategorydrawer.h b/src/dolphincategorydrawer.h index a8e196b0d..ea70a922b 100644 --- a/src/dolphincategorydrawer.h +++ b/src/dolphincategorydrawer.h @@ -39,7 +39,7 @@ public: virtual void drawCategory(const QModelIndex &index, int sortRole, const QStyleOption &option, QPainter *painter) const; - virtual int categoryHeight(const QStyleOption &option) const; + virtual int categoryHeight(const QModelIndex &index, const QStyleOption &option) const; }; #endif // DOLPHINCATEGORYDRAWER_H |
