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/kcategorydrawer.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/kcategorydrawer.h')
| -rw-r--r-- | src/kcategorydrawer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kcategorydrawer.h b/src/kcategorydrawer.h index 743dafa90..6af0d73cd 100644 --- a/src/kcategorydrawer.h +++ b/src/kcategorydrawer.h @@ -46,7 +46,7 @@ public: const QStyleOption &option, QPainter *painter) const; - virtual int categoryHeight(const QStyleOption &option) const; + virtual int categoryHeight(const QModelIndex &index, const QStyleOption &option) const; }; #endif // KCATEGORYDRAWER_H |
