From 3ce0e31c3248e429468d1b1b083ad8c12ed9311f Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 12 Aug 2007 08:33:47 +0000 Subject: fixed interface freezing when skiping broken entries git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@77 90c681e8-e032-0410-971d-27865f9a5e38 --- src/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainwindow.cpp') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 31b5c2c1d..c3cf0cb30 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -189,6 +189,7 @@ void MainWindow::play() case SoundCore::DecoderError: { //error in decoder, so we should try to play next song + qApp->processEvents(); if (!m_playListModel->isEmptyQueue()) { m_playListModel->setCurrentToQueued(); -- cgit v1.2.3-13-gbd6f