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

List:       atlantik-devel
Subject:    [atlantik-cvs] CVS: kdegames/atlantik/client eventlogwidget.cpp,
From:       kde () office ! kde ! org
Date:       2003-12-08 16:57:34
[Download RAW message or body]

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

Modified Files:
      Tag: atlantik_3_3_branch
	eventlogwidget.cpp 
Log Message:
save event log entries under event datetime, not current

Index: eventlogwidget.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/Attic/eventlogwidget.cpp,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -d -r1.1.2.3 -r1.1.2.4
--- eventlogwidget.cpp	8 Dec 2003 04:50:04 -0000	1.1.2.3
+++ eventlogwidget.cpp	8 Dec 2003 16:57:30 -0000	1.1.2.4
@@ -116,7 +116,7 @@
 
 		QPtrList<Event> events = m_eventLog->events();
 		for (QPtrListIterator<Event> it( events ); (*it) ; ++it)
-			stream << QDateTime::currentDateTime().toString("yyyy-MM-dd hh:mm:ss") << " " << \
(*it)->description() << endl; +			stream << (*it)->dateTime().toString("yyyy-MM-dd \
hh:mm:ss") << " " << (*it)->description() << endl;  file.close();
 	}
 }

_______________________________________________
atlantik-cvs mailing list
atlantik-cvs@kde.org
https://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