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/dolphincategorydrawer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dolphincategorydrawer.h') 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 -- cgit v1.3.1