|
From: <dhu...@us...> - 2007-02-16 22:38:22
|
Revision: 340
http://svn.sourceforge.net/qcell/?rev=340&view=rev
Author: dhubleizh
Date: 2007-02-16 14:37:59 -0800 (Fri, 16 Feb 2007)
Log Message:
-----------
- get rid of qDebug while loading KI
Modified Paths:
--------------
trunk/qcell/visgui/MainWindow.cpp
Modified: trunk/qcell/visgui/MainWindow.cpp
===================================================================
--- trunk/qcell/visgui/MainWindow.cpp 2007-02-16 22:32:17 UTC (rev 339)
+++ trunk/qcell/visgui/MainWindow.cpp 2007-02-16 22:37:59 UTC (rev 340)
@@ -466,8 +466,7 @@
}
file_content = file.readAll();
- qDebug()<<file_content;
- file.close();
+ file.close();
if (type == "Neighbourhood")
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|