Mercurial > hg > sonic-visualiser
comparison main/MainWindow.cpp @ 2172:b96492b41c74
Also officially stop recording before exiting
author | Chris Cannam |
---|---|
date | Fri, 04 Jan 2019 15:24:56 +0000 |
parents | c476db6cf3eb |
children | 12ff1b9ceeea |
comparison
equal
deleted
inserted
replaced
2171:a38d6f0f1d06 | 2172:b96492b41c74 |
---|---|
3615 if (m_preferencesDialog && | 3615 if (m_preferencesDialog && |
3616 m_preferencesDialog->isVisible()) { | 3616 m_preferencesDialog->isVisible()) { |
3617 m_preferencesDialog->applicationClosing(true); | 3617 m_preferencesDialog->applicationClosing(true); |
3618 } | 3618 } |
3619 | 3619 |
3620 stop(); | |
3620 closeSession(); | 3621 closeSession(); |
3621 | 3622 |
3622 e->accept(); | 3623 e->accept(); |
3623 | 3624 |
3624 return; | 3625 return; |