SlackBuildsOrg/academic/iTest/itestserver-session_cpp.diff
R. S. Ananda Murthy 525edcce8f academic/iTest: Added (computer-based tests software).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-05-04 22:27:22 +07:00

11 lines
No EOL
433 B
Diff

--- session.cpp.orig 2011-09-08 00:59:26.732260001 +0200
+++ iTestServer/session.cpp 2011-09-08 01:00:36.932260001 +0200
@@ -111,7 +111,7 @@
void Session::addLogEntry(int bgr, int bgg, int bgb, int fgr, int fgg, int fgb, const QString & text)
{
- s_log << LogEntry::LogEntry(bgr, bgg, bgb, fgr, fgg, fgb, text);
+ s_log << LogEntry(bgr, bgg, bgb, fgr, fgg, fgb, text);
}
int Session::numLogEntries() { return s_log.count(); }