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

List:       kde-commits
Subject:    KDE/kdesdk/kbabel/kbabeldict
From:       André Wöbbeking <Woebbeking () web ! de>
Date:       2005-05-07 9:01:05
Message-ID: 1115456465.443425.26705.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 410247 by woebbe:

--warnings

 M  +7 -0      trunk/KDE/kdesdk/kbabel/kbabeldict/searchengine.h  


--- trunk/KDE/kdesdk/kbabel/kbabeldict/searchengine.h #410246:410247
@@ -304,6 +304,8 @@
      * if no match was found.
      */
     virtual QString searchTranslation(const QString&, int &score, const uint pluralForm = 0) {
+        Q_UNUSED(pluralForm);
+
 	score = 0; return QString::null;
     }
 
@@ -312,6 +314,8 @@
      * if no good match was found.
      */
     virtual QString fuzzyTranslation(const QString& /*text*/, int &score, const uint pluralForm = 0) { 
+        Q_UNUSED(pluralForm);
+
       score = 0; return QString::null; };
    
 
@@ -327,6 +331,9 @@
     virtual bool messagesForFilter(const SearchFilter* filter
                          , QValueList<SearchResult>& resultList, QString& error) 
     {
+        Q_UNUSED(filter);
+        Q_UNUSED(resultList);
+
 	error = i18n("not implemented");
 	return false;
     }
[prev in list] [next in list] [prev in thread] [next in thread] 

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