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()
|
MainWindow::~MainWindow()
|
||||||
{
|
{
|
||||||
// Auto-save playlist before closing
|
aceStep->cancleGenerateion();
|
||||||
autoSavePlaylist();
|
|
||||||
|
|
||||||
|
autoSavePlaylist();
|
||||||
saveSettings();
|
saveSettings();
|
||||||
delete ui;
|
delete ui;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue