git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@110 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2006-03-23 15:49:02 +00:00
parent fe9dc8c391
commit 87985c092c
3 changed files with 8 additions and 3 deletions

View File

@@ -355,7 +355,6 @@ void exportProjectDialog::exportBtnClicked( void )
delete m_kbpsLbl;
delete m_kbpsCombo;
delete m_vbrCb;
delete m_hqmCb;
delete m_exportBtn;
m_exportProgressBar = new QProgressBar( this );
@@ -380,6 +379,7 @@ void exportProjectDialog::exportBtnClicked( void )
eng()->getMixer()->setAudioDevice( dev, m_hqmCb->isChecked() );
eng()->getSongEditor()->startExport();
delete m_hqmCb;
songEditor::playPos & pp = eng()->getSongEditor()->getPlayPos(
songEditor::PLAY_SONG );