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

List:       kde-commits
Subject:    KDE/kdeutils/kdelirc/kdelirc
From:       Laurent Montel <montel () kde ! org>
Date:       2005-10-27 13:20:37
Message-ID: 1130419237.787867.30160.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 474867 by mlaurent:

warning--


 M  +2 -2      prototype.cpp  


--- trunk/KDE/kdeutils/kdelirc/kdelirc/prototype.cpp #474866:474867
@@ -32,7 +32,7 @@
 const QString Prototype::argumentList() const
 {
 	QString ret = "";
-	for(unsigned i = 0; i < theTypes.count(); i++)
+	for(int i = 0; i < theTypes.count(); i++)
 		ret += (i ? ", " : "") + theTypes[i] + " " + theNames[i];
 	return ret;
 }
@@ -40,7 +40,7 @@
 const QString Prototype::argumentListNN() const
 {
 	QString ret = "";
-	for(unsigned i = 0; i < theTypes.count(); i++)
+	for(int i = 0; i < theTypes.count(); i++)
 		ret += (i ? ", " : "") + theTypes[i];
 	return ret;
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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