Mercurial > hg > sonic-visualiser
comparison main/main.cpp @ 298:7872a95ee530
* Re-enable peak frequencies display in spectrogram
author | Chris Cannam |
---|---|
date | Thu, 05 Feb 2009 17:33:21 +0000 |
parents | ec08830e362e |
children | 0135a026cbe1 |
comparison
equal
deleted
inserted
replaced
297:ec08830e362e | 298:7872a95ee530 |
---|---|
408 tipDialog.exec(); | 408 tipDialog.exec(); |
409 } | 409 } |
410 */ | 410 */ |
411 int rv = application.exec(); | 411 int rv = application.exec(); |
412 | 412 |
413 gui->hide(); | |
414 | |
413 cleanupMutex.lock(); | 415 cleanupMutex.lock(); |
414 TempDirectory::getInstance()->cleanup(); | 416 TempDirectory::getInstance()->cleanup(); |
415 | 417 |
416 application.releaseMainWindow(); | 418 application.releaseMainWindow(); |
417 | 419 |