Mercurial > hg > sonic-visualiser
comparison main/main.cpp @ 573:0b094b0fdcc4
Clean up more tidily on exit
author | Chris Cannam |
---|---|
date | Thu, 16 May 2013 14:05:21 +0100 |
parents | 451d3c087112 |
children | 31940304272f 09c8195c371d |
comparison
equal
deleted
inserted
replaced
571:94924cab11c8 | 573:0b094b0fdcc4 |
---|---|
443 settings.endGroup(); | 443 settings.endGroup(); |
444 #endif | 444 #endif |
445 | 445 |
446 delete gui; | 446 delete gui; |
447 | 447 |
448 cleanupMutex.unlock(); | |
449 | |
448 return rv; | 450 return rv; |
449 } | 451 } |
450 | 452 |
451 bool SVApplication::event(QEvent *event){ | 453 bool SVApplication::event(QEvent *event){ |
452 QString thePath; | 454 QString thePath; |