comparison main/main.cpp @ 137:006c90387f40

* Fix many compile warnings, remove some debug output
author Chris Cannam
date Mon, 30 Apr 2007 13:36:23 +0000
parents a5733f662a5c
children c3114dffdff4
comparison
equal deleted inserted replaced
136:37c26877ca5f 137:006c90387f40
318 if (tipDialog.isOK()) { 318 if (tipDialog.isOK()) {
319 tipDialog.exec(); 319 tipDialog.exec();
320 } 320 }
321 */ 321 */
322 int rv = application.exec(); 322 int rv = application.exec();
323 std::cerr << "application.exec() returned " << rv << std::endl; 323 // std::cerr << "application.exec() returned " << rv << std::endl;
324 324
325 cleanupMutex.lock(); 325 cleanupMutex.lock();
326 TempDirectory::getInstance()->cleanup(); 326 TempDirectory::getInstance()->cleanup();
327 application.releaseMainWindow(); 327 application.releaseMainWindow();
328 328