From 743bec375187a51ed6b88256ff070e9f7e9f4929 Mon Sep 17 00:00:00 2001 From: Rafael Fernández López Date: Wed, 2 Jan 2008 01:21:39 +0000 Subject: Better looking categories. Thanks to Aurélien Gâteau for the original patch. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CCMAIL: kde-core-devel@kde.org svn path=/trunk/KDE/kdebase/apps/; revision=755674 --- src/kcategorydrawer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kcategorydrawer.h') 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 -- cgit v1.3.1