Mercurial > hg > tony
comparison main/main.cpp @ 603:e50b2e568679
Update for work on thread-safe models
author | Chris Cannam |
---|---|
date | Tue, 01 Oct 2019 11:32:03 +0100 |
parents | b76234d1a217 |
children | ef0778016c88 |
comparison
equal
deleted
inserted
replaced
602:13b0abef20e0 | 603:e50b2e568679 |
---|---|
59 if (!cleanedUp) { | 59 if (!cleanedUp) { |
60 TempDirectory::getInstance()->cleanup(); | 60 TempDirectory::getInstance()->cleanup(); |
61 cleanedUp = true; | 61 cleanedUp = true; |
62 } | 62 } |
63 cleanupMutex.unlock(); | 63 cleanupMutex.unlock(); |
64 cerr << "signalHandler: cleaned up" << endl; | |
64 exit(0); | 65 exit(0); |
65 } | 66 } |
66 | 67 |
67 class TonyApplication : public QApplication | 68 class TonyApplication : public QApplication |
68 { | 69 { |