┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincategorydrawer.cpp
diff options
context:
space:
mode:
authorBill Egert <[email protected]>2008-01-27 14:54:38 +0000
committerBill Egert <[email protected]>2008-01-27 14:54:38 +0000
commit52025112b09e0a00e01e930c3fa736a25a1ec3ab (patch)
tree1399172da51a431fbcf56a52db113f6fec15c26e /src/dolphincategorydrawer.cpp
parentab464bc6849dd000b2d0258ececb78ef1eb1a685 (diff)
- Fix some compiler warnings.
- Switched depricated stdName() to name() svn path=/trunk/KDE/kdebase/apps/; revision=767204
Diffstat (limited to 'src/dolphincategorydrawer.cpp')
-rw-r--r--src/dolphincategorydrawer.cpp2
1 files changed, 2 insertions, 0 deletions
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);