comparison main/main.cpp @ 123:a45733cc3939 sv1-1.0pre2

* Remove tip dialog for now. I don't like it enough * Fixes to export image
author Chris Cannam
date Wed, 14 Mar 2007 14:39:39 +0000
parents 863a470df510
children fbd09fcda469
comparison
equal deleted inserted replaced
122:8ad3609080b3 123:a45733cc3939
192 QMessageBox::critical 192 QMessageBox::critical
193 (&gui, QMessageBox::tr("Failed to open file"), 193 (&gui, QMessageBox::tr("Failed to open file"),
194 QMessageBox::tr("File \"%1\" could not be opened").arg(path)); 194 QMessageBox::tr("File \"%1\" could not be opened").arg(path));
195 } 195 }
196 } 196 }
197 197 /*
198 TipDialog tipDialog; 198 TipDialog tipDialog;
199 if (tipDialog.isOK()) { 199 if (tipDialog.isOK()) {
200 tipDialog.exec(); 200 tipDialog.exec();
201 } 201 }
202 202 */
203 int rv = application.exec(); 203 int rv = application.exec();
204 std::cerr << "application.exec() returned " << rv << std::endl; 204 std::cerr << "application.exec() returned " << rv << std::endl;
205 205
206 cleanupMutex.lock(); 206 cleanupMutex.lock();
207 TempDirectory::getInstance()->cleanup(); 207 TempDirectory::getInstance()->cleanup();