Mercurial > hg > sonic-visualiser
comparison main/MainWindow.cpp @ 2069:513d77e93090
Merge
author | Chris Cannam |
---|---|
date | Fri, 02 Nov 2018 14:44:12 +0000 |
parents | c643094e4709 551c246c4b5d |
children | 63da6a82c12d |
comparison
equal
deleted
inserted
replaced
2068:4f4eb416fcb4 | 2069:513d77e93090 |
---|---|
3237 MainWindow::newSession() | 3237 MainWindow::newSession() |
3238 { | 3238 { |
3239 if (!checkSaveModified()) return; | 3239 if (!checkSaveModified()) return; |
3240 | 3240 |
3241 closeSession(); | 3241 closeSession(); |
3242 stop(); | |
3242 createDocument(); | 3243 createDocument(); |
3243 | 3244 |
3244 Pane *pane = m_paneStack->addPane(); | 3245 Pane *pane = m_paneStack->addPane(); |
3245 | 3246 |
3246 connect(pane, SIGNAL(contextHelpChanged(const QString &)), | 3247 connect(pane, SIGNAL(contextHelpChanged(const QString &)), |