Cancle generation before exiting
This commit is contained in:
parent
6042b479a4
commit
439ebf71b4
1 changed files with 2 additions and 2 deletions
|
|
@ -99,9 +99,9 @@ MainWindow::MainWindow(QWidget *parent)
|
|||
|
||||
MainWindow::~MainWindow()
|
||||
{
|
||||
// Auto-save playlist before closing
|
||||
autoSavePlaylist();
|
||||
aceStep->cancleGenerateion();
|
||||
|
||||
autoSavePlaylist();
|
||||
saveSettings();
|
||||
delete ui;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue