From 52025112b09e0a00e01e930c3fa736a25a1ec3ab Mon Sep 17 00:00:00 2001 From: Bill Egert Date: Sun, 27 Jan 2008 14:54:38 +0000 Subject: - Fix some compiler warnings. - Switched depricated stdName() to name() svn path=/trunk/KDE/kdebase/apps/; revision=767204 --- src/dolphincategorydrawer.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dolphincategorydrawer.cpp') diff --git a/src/dolphincategorydrawer.cpp b/src/dolphincategorydrawer.cpp index 8148a7b8e..6cf84560f 100644 --- a/src/dolphincategorydrawer.cpp +++ b/src/dolphincategorydrawer.cpp @@ -50,6 +50,8 @@ DolphinCategoryDrawer::~DolphinCategoryDrawer() void DolphinCategoryDrawer::drawCategory(const QModelIndex &index, int sortRole, const QStyleOption &option, QPainter *painter) const { + Q_UNUSED(sortRole); + QRect starRect = option.rect; int iconSize = KIconLoader::global()->currentSize(KIconLoader::Small); -- cgit v1.3