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

List:       atlantik-devel
Subject:    [atlantik-cvs] CVS: kdegames/atlantik/client selectconfiguration_widget.cpp,1.19,1.20
From:       kde () office ! kde ! org
Date:       2002-07-17 7:42:25
[Download RAW message or body]

Update of /home/kde/kdegames/atlantik/client
In directory office:/tmp/cvs-serv6552/client

Modified Files:
	selectconfiguration_widget.cpp 
Log Message:
kdDebug cannot be used with std::endl

Index: selectconfiguration_widget.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/selectconfiguration_widget.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- selectconfiguration_widget.cpp	2002/07/16 02:15:27	1.19
+++ selectconfiguration_widget.cpp	2002/07/17 07:42:22	1.20
@@ -79,7 +79,7 @@
 
 void SelectConfiguration::slotPlayerListAdd(QString playerId, QString name, QString host)
 {
-	kdDebug() << "SelectConfiguration::slotPlayerListAdd" << std::endl;
+	kdDebug() << "SelectConfiguration::slotPlayerListAdd" << endl;
 	QListViewItem *item = new QListViewItem(m_playerList, playerId, name, host);
 	item->setPixmap(0, QPixmap(SmallIcon("personal")));
 }
@@ -175,7 +175,7 @@
 		checkBox->show();
 	}
 	else
-		kdDebug() << "TODO: game options other than type=bool" << std::endl;
+		kdDebug() << "TODO: game options other than type=bool" << endl;
 
 	// TODO: Enable edit for master only
 }

_______________________________________________
atlantik-cvs mailing list
atlantik-cvs@mail.kde.org
http://mail.kde.org/mailman/listinfo/atlantik-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

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