Mercurial > hg > sonic-visualiser
diff 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 |
line wrap: on
line diff
--- a/main/main.cpp Tue Mar 13 19:51:09 2007 +0000 +++ b/main/main.cpp Wed Mar 14 14:39:39 2007 +0000 @@ -194,12 +194,12 @@ QMessageBox::tr("File \"%1\" could not be opened").arg(path)); } } - +/* TipDialog tipDialog; if (tipDialog.isOK()) { tipDialog.exec(); } - +*/ int rv = application.exec(); std::cerr << "application.exec() returned " << rv << std::endl;