diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-03-23 13:22:39 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-03-23 13:22:39 +0000 |
| commit | cbff7cc47db1d9e7d947876b15ee591a5d177cb2 (patch) | |
| tree | b486db6c99c5856c0e1c0c2f3a3d72a397135540 /src/ui | |
| parent | 88289b8a5da8041853c2881a42f232b746a4043e (diff) | |
| download | qmmp-cbff7cc47db1d9e7d947876b15ee591a5d177cb2.tar.gz qmmp-cbff7cc47db1d9e7d947876b15ee591a5d177cb2.tar.bz2 qmmp-cbff7cc47db1d9e7d947876b15ee591a5d177cb2.zip | |
fixed directory adding bug
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@873 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/mainwindow.cpp b/src/ui/mainwindow.cpp index 37ec0b0cf..fdd2cb722 100644 --- a/src/ui/mainwindow.cpp +++ b/src/ui/mainwindow.cpp @@ -33,7 +33,6 @@ #include <qmmpui/playlistformat.h> #include <qmmpui/commandlinemanager.h> #include <qmmpui/filedialog.h> -#include <qmmpui/fileloader.h> #include <qmmpui/playlistmodel.h> #include <qmmpui/mediaplayer.h> @@ -534,6 +533,7 @@ void MainWindow::setFileList(const QStringList & l) { if (m_core->state() == Qmmp::Playing || m_core->state() == Qmmp::Paused) stop(); + qApp->processEvents(); //receive stop signal connect(m_playListModel, SIGNAL(firstAdded()), this, SLOT(play())); if (!m_playListModel->setFileList(l)) { |
