[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kde-baseapps] dolphin/src/kitemviews: Removed a warning of unused
From:       Tirtha Chatterjee <tirtha.p.chatterjee () gmail ! com>
Date:       2011-08-29 9:01:24
Message-ID: 20110829090124.44428A6078 () git ! kde ! org
[Download RAW message or body]

Git commit c3726ce56b472ae4b2d8e9f475262c272087eadb by Tirtha Chatterjee.
Committed on 29/08/2011 at 10:59.
Pushed by chatterjee into branch 'master'.

Removed a warning of unused variable

M  +2    -0    dolphin/src/kitemviews/kitemmodelbase.cpp

http://commits.kde.org/kde-baseapps/c3726ce56b472ae4b2d8e9f475262c272087eadb

diff --git a/dolphin/src/kitemviews/kitemmodelbase.cpp b/dolphin/src/kitemviews/kitemmodelbase.cpp
index 69f62bc..79766fa 100644
--- a/dolphin/src/kitemviews/kitemmodelbase.cpp
+++ b/dolphin/src/kitemviews/kitemmodelbase.cpp
@@ -111,6 +111,8 @@ QMimeData* KItemModelBase::createMimeData(const QSet<int>& indexes) const
 
 int KItemModelBase::indexForKeyboardSearch(const QString& text, int startFromIndex) const
 {
+    Q_UNUSED(text);
+    Q_UNUSED(startFromIndex);
     return -1;
 }
 

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic