OSDN Git Service

remove noisy warning.
authorikemo <ikemo@56b19765-1e22-0410-a548-a0f45d66c51a>
Sun, 28 Nov 2004 04:46:52 +0000 (04:46 +0000)
committerikemo <ikemo@56b19765-1e22-0410-a548-a0f45d66c51a>
Sun, 28 Nov 2004 04:46:52 +0000 (04:46 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/kita/kita/trunk@1577 56b19765-1e22-0410-a548-a0f45d66c51a

kita/src/libkita/qcp932codec.cpp

index e417f5c..5459d76 100644 (file)
@@ -224,17 +224,17 @@ bool QCp932Codec::canEncode(const QString& s) const
 {
 }*/
 
-// XXX
+// FIXME: implement
 int QCp932Codec::heuristicContentMatch( const char*, int ) const
 {
-    kdWarning( 7743 ) << "XXX heuristicContentMatch" << endl;
+//    kdWarning( 7743 ) << "XXX heuristicContentMatch" << endl;
     return 0;
 }
 
-// XXX
+// FIXME: implement
 int QCp932Codec::heuristicNameMatch( const char * hint ) const
 {
-    kdWarning( 7743 ) << "XXX heuristicNameMatch hint = " << hint << endl;
+//    kdWarning( 7743 ) << "XXX heuristicNameMatch hint = " << hint << endl;
     return 0;
 }