[Geesas-Devs] SF.net SVN: geesas:[11] pencilanimation/src/main.cpp
Status: Abandoned
Brought to you by:
creek23
From: <cr...@us...> - 2009-02-08 11:20:30
|
Revision: 11 http://geesas.svn.sourceforge.net/geesas/?rev=11&view=rev Author: creek23 Date: 2009-02-08 11:20:27 +0000 (Sun, 08 Feb 2009) Log Message: ----------- commented out echoing of thread. I don't know what Pascal used it for. Modified Paths: -------------- pencilanimation/src/main.cpp Modified: pencilanimation/src/main.cpp =================================================================== --- pencilanimation/src/main.cpp 2009-02-07 22:11:30 UTC (rev 10) +++ pencilanimation/src/main.cpp 2009-02-08 11:20:27 UTC (rev 11) @@ -34,7 +34,7 @@ }*/ MainWindow mainWindow; mainWindow.show(); - qDebug() << "MainWindow thread" << mainWindow.thread(); - qDebug() << "App thread" << app.thread(); + //qDebug() << "MainWindow thread" << mainWindow.thread(); + //qDebug() << "App thread" << app.thread(); return app.exec(); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |